国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Table des matières
Outlook OST and PST file size limits
What happens when OST and PST reach the limit?
PST / OST file size limit vs. mailbox limit
How to increase PST and OST file size limit
Two registry values to set
Default values
Recommended custom values
Steps to change (increase) PST and OST file size limit
Changing PST and OST file size limit via Group Policy
How to reduce OST file size
Adjust sync period
Archive old items
Disable caching for shared folders and Public Folder Favorites
Maison Tutoriel logiciel Logiciel de bureau Limite OSTlook OST & PST File Taille et comment la modifier / augmenter

Limite OSTlook OST & PST File Taille et comment la modifier / augmenter

Jun 04, 2025 am 09:54 AM

Here's a clear and practical guide to help you understand the size limit of OST and PST files, how to increase it if needed, as well as how to decrease the Outlook data file size to avoid performance issues.

Outlook keeps a lot of your digital life in check – emails, calendars, contacts, tasks – all stored neatly in your mailbox on the server and their local copies on your computer in PST and OST files. But as time goes on and your mailbox fills up with messages and attachments, these data files can grow quickly and eventually hit their size limits. When that happens, Outlook may slow down, show sync errors, or even stop saving new items. The good news? You can take control. This tutorial explains how Outlook data files work, what happens when they get too large, and how to increase their storage limit or reduce their size to keep Outlook running the way it should.

Outlook OST and PST file size limits

Outlook stores your emails, meetings, appointments, and other mailbox content in two types of local data files:

  • OST (Offline Storage Table) - used with Exchange, Microsoft 365, and IMAP accounts. It stores a synchronized local copy of your mailbox so you can work offline.
  • PST (Personal Storage Table) - used for POP accounts or when you archive or export Outlook data.

Microsoft sets the same default size limits for both OST and PST files:

  • Starting with Outlook 2010 through Outlook 2024 and Microsoft 365, the default limit is 50 GB for both OST and PST files.
  • In earlier versions of Outlook 2007 and below, the maximum size for Unicode OST and PST files was 20 GB.

What happens when OST and PST reach the limit?

As the Outlook data files grow and approach their limit, you may begin to notice warning messages about file size, sync errors or delays, or slower performance when opening Outlook or switching folders.

Once the file reaches its defined limit, Outlook will attempt to compact the data file to free up space. If compaction doesn't work, you may encounter these issues:

  • Outgoing emails may fail to go through, particularly if Outlook is configured to save copies in the Sent Items folder.
  • You won't be able to move or copy items between folders. If you try, Outlook may display this error: "Can't move the items. The .pst file has reached its maximum size."
  • If an archive .pst file reaches its limit, the AutoArchive process will not run.
  • When using Cached Exchange Mode, and the .ost file reaches its maximum size, the Mailbox Cleanup wizard may launch automatically to help manage space.

This is why it's useful to know how to increase the limit when needed, especially if you handle large volumes of email or attachments.

PST / OST file size limit vs. mailbox limit

It's important to understand that Outlook's data file limit is not the same as your mailbox storage quota:

  • The Outlook data file size limit refers to your OST or PST file stored locally on your computer.
  • The mailbox limit is set by your email provider and applies to your account on the mail server (such as Exchange or Microsoft 365).

While you can change the .pst or .ost file size limit on your computer, the mailbox quota must be managed through your mail provider or IT administrator.

How to increase PST and OST file size limit

If you're regularly running into the 50 GB default limit in Outlook and need more room for your data files, you can manually increase the maximum size of your PST and OST files by editing the Windows Registry.

This method applies to Outlook 2010 through Outlook 2024 and Microsoft 365.

Note. This method involves modifying the Windows Registry. Mistakes in the registry can cause serious issues, so follow the steps carefully. For added protection, back up the registry before making any changes to be able to restore it if something goes wrong.

Two registry values to set

In the Windows Registry, you need to configure two entries that define how much data Outlook can write to its local files. Both values are set in megabytes (MB):

  • MaxLargeFileSize – defines the absolute maximum size of a .pst or .ost file. It includes both user data and system-generated metadata. Once this limit is hit, Outlook will no longer be able to write any data to the file.
  • WarnLargeFileSize – determines the maximum amount of data a user can add to a .pst or .ost file. Once this threshold is reached, Outlook will prevent you from adding new emails, calendar items, or other items to the file. However, the physical file size may continue to grow slightly due to internal operations such as indexing or background syncing.

Default values

By default, Outlook uses the following registry values to manage PST and OST file sizes. Notice that WarnLargeFileSize is set to 95% of MaxLargeFileSize to allow space for internal processes.

Registry entry Type Outlook 365 – 2010 default Outlook 2007 & 2003 default
MaxLargeFileSize REG_DWORD 0x0000C800 51,200 MB (50 GB) 0x00005000 20,480 MB (20 GB)
WarnLargeFileSize REG_DWORD 0x0000BE00 48,640 MB (47.5 GB) 0x00004C00 19,456 MB (19 GB)

To prevent Outlook data file corruption, it's best to stay within safe size limits when setting these entries:

  • Set MaxLargeFileSize to 102,400 MB (100 GB) or lower. This is the practical upper limit that aligns with the maximum mailbox size in Microsoft 365 subscriptions.
  • Set WarnLargeFileSize to at least 5% less than MaxLargeFileSize. This buffer allows Outlook to reserve space for internal metadata like views, rules, and custom forms even after user additions have stopped.

Note. Despite its name, WarnLargeFileSize does not cause Outlook to display a warning when the file nears its limit. It's used internally to help manage file structure and metadata.

Steps to change (increase) PST and OST file size limit

Now that you know what should be changed, let's see how to do this. Follow the below steps to safely increase the size limits for PST and OST files in Outlook 365 – 2010:

  1. Close Outlook. Make sure Outlook is completely closed before you begin editing the registry.
  2. Open Registry Editor. Open the Run dialog by pressing Windows + R, type regedit, and hit Enter. Alternatively, search for Registry Editor in the Windows Start menu (Search box).

    Outlook OST & PST file size limit and how to change / increase it

  3. Navigate to registry key. In the Registry Editor, navigate to the following key:

    HKEY_CURRENT_USER\Software\Microsoft\Office\{version}\Outlook\PST

    Replace the {version} placeholder with your Office version number:

    • 16.0 for Outlook 2016, 2019, 2021, 2024, and Microsoft 365
    • 15.0 for Outlook 2013
    • 14.0 for Outlook 2010

    For example, for Microsoft 365 as well as Office 2024 – 2016, the path is:

    HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\PST

  4. Create MaxLargeFileSize value:
    • Right-click anywhere in the right pane and choose New > DWORD (32-bit) Value.

      Outlook OST & PST file size limit and how to change / increase it

    • Name it MaxLargeFileSize.
    • Double-click the newly created value to modify it, set the Base to Decimal, and enter the desired size in MB (e.g. 102400 for 100 GB).

      Outlook OST & PST file size limit and how to change / increase it

  5. Create WarnLargeFileSize value:
    • Repeat the previous step, naming this one WarnLargeFileSize.
    • Set its value to about 95% of your MaxLargeFileSize. For example, if you set the previous value to 102400, use 97280 or slightly less.

    Outlook OST & PST file size limit and how to change / increase it

  6. Close Registry Editor. Once both values are added and saved, close the Registry Editor.
  7. Restart Outlook. Launch Outlook again to apply the new .pst and .ost file size settings.

That's it! After completing these steps, Outlook should recognize the new file size limits for your .pst and .ost files.

If you've followed the instructions but the PST / OST size limit hasn't changed, check the following registry path, which stores policy-based settings for Microsoft Office:

HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\{version}\Outlook\PST

If you see the MaxLargeFileSize and WarnLargeFileSize values defined there, it's likely they were set by your administrator and will override the entries you modified under the Software key.

In that case, either adjust the values at this Policies key using the same steps outlined above or contact your administrator to request the changes.

Note. The settings described above apply to all Outlook data files. Changing these registry values will affect .ost files used with Cached Exchange Mode, as well as the main and archive .pst files.

Changing PST and OST file size limit via Group Policy

Administrators can also configure the registry settings mentioned above using Group Policy, so that these settings are applied consistently across all users in an organization. To do this, two specific policy settings need to be defined:

  • Large PST: Absolute maximum size. Specifies the maximum size an Outlook data file (PST or OST) can reach. This corresponds to the MaxLargeFileSize registry value.
  • Large PST: Size to disable adding new content. Defines the size at which Outlook will stop allowing new data to be added to the file. This corresponds to the WarnLargeFileSize value.

For more details please refer to Group Policy guide.

How to reduce OST file size

When working in a Microsoft Exchange environment, increasing the OST file size limit isn't always the best solution. A very large OST file can lead to performance issues, such as slow startup times or delays when performing routine actions like searching for emails or customizing views. Instead, consider reducing the amount of data stored locally. The classic Outlook app provides several ways to do this.

Adjust sync period

Outlook allows you to control how much of your mailbox is cached locally. By syncing only recent emails, you can significantly reduce the size of the OST file.

To adjust the sync duration, this is what you need to do:

  1. Go to File > Account Settings > Account Settings.
  2. Select your Exchange account and click Change (or double-click to open it).
  3. Use the Download email for the past slider to set a shorter duration (for example, 6 months or 1 year instead of All).
  4. Click Next, then Finish, and restart Outlook if prompted.

Outlook OST & PST file size limit and how to change / increase it

Archive old items

Outlook offers two ways to archive older messages, depending on your setup. If your organization has Online Archive enabled, older contents can be moved out of your primary mailbox into a separate archive mailbox stored on the server. This reduces the size of your main mailbox and the corresponding OST file, while still keeping the archived data accessible.

If Online Archive isn't available, you can use Outlook's AutoArchive instead. This feature moves older items to a separate PST file on your computer, which also helps reduce the size of the OST file by offloading data from the mailbox.

Want to know how it's done? See How to archive Outlook emails to save space.

Disable caching for shared folders and Public Folder Favorites

Shared mailboxes and Public Folder Favorites can also be cached into your OST file. If you don't need offline access to these, turning off their sync can help reduce .ost file size.

To disable shared folder caching, carry out these steps:

  1. Go to File > Account Settings > Account Settings.
  2. Select your Exchange account and click Change.
  3. In the Exchange Account Settings window, click More Settings in the lower left corner.

    Outlook OST & PST file size limit and how to change / increase it

  4. Switch to the Advanced tab and uncheck the two boxes: Download shared folders and Download Public Folder Favorites.
  5. Click OK to apply the changes.

    Outlook OST & PST file size limit and how to change / increase it

  6. Restart Outlook for the changes to take effect.

By managing what Outlook caches locally, you can keep your OST file size within a healthy range.

That's a wrap on managing OST and PST file sizes in Outlook. Whether you're hitting storage limits, dealing with sync hiccups, or simply aiming for smoother performance, knowing how to raise the size limit or reduce file size gives you more control over your setup. Keep an eye on your Outlook data files, make adjustments when needed, and Outlook will continue to work reliably for years.

Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!

Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefa?on, veuillez contacter admin@php.cn

Outils d'IA chauds

Undress AI Tool

Undress AI Tool

Images de déshabillage gratuites

Undresser.AI Undress

Undresser.AI Undress

Application basée sur l'IA pour créer des photos de nu réalistes

AI Clothes Remover

AI Clothes Remover

Outil d'IA en ligne pour supprimer les vêtements des photos.

Clothoff.io

Clothoff.io

Dissolvant de vêtements AI

Video Face Swap

Video Face Swap

échangez les visages dans n'importe quelle vidéo sans effort grace à notre outil d'échange de visage AI entièrement gratuit?!

Outils chauds

Bloc-notes++7.3.1

Bloc-notes++7.3.1

éditeur de code facile à utiliser et gratuit

SublimeText3 version chinoise

SublimeText3 version chinoise

Version chinoise, très simple à utiliser

Envoyer Studio 13.0.1

Envoyer Studio 13.0.1

Puissant environnement de développement intégré PHP

Dreamweaver CS6

Dreamweaver CS6

Outils de développement Web visuel

SublimeText3 version Mac

SublimeText3 version Mac

Logiciel d'édition de code au niveau de Dieu (SublimeText3)

Sujets chauds

Tutoriel PHP
1502
276
Comment se regrouper par mois dans Excel Pivot Table Comment se regrouper par mois dans Excel Pivot Table Jul 11, 2025 am 01:01 AM

Le regroupement par mois dans une table de pivot Excel vous oblige à vous assurer que la date est formatée correctement, puis à insérer la table de pivot et à ajouter le champ de date, et enfin cliquez avec le bouton droit sur le groupe pour sélectionner l'agrégation "mois". Si vous rencontrez des problèmes, vérifiez s'il s'agit d'un format de date standard et que la plage de données est raisonnable et ajustez le format numéro pour afficher correctement le mois.

Comment réparer le point de vue automatique dans Microsoft 365 Comment réparer le point de vue automatique dans Microsoft 365 Jul 07, 2025 pm 12:31 PM

Liens rapides Vérifiez l'état du fichier de la vague automatique de la fichier

Comment changer Outlook en thème sombre (mode) et l'éteindre Comment changer Outlook en thème sombre (mode) et l'éteindre Jul 12, 2025 am 09:30 AM

Le tutoriel montre comment basculer le mode clair et sombre dans différentes applications Outlook et comment garder un volet de lecture blanc dans le thème noir. Si vous travaillez fréquemment avec votre e-mail tard dans la nuit, Outlook Dark peut réduire la fatigue oculaire et

Comment répéter les lignes d'en-tête sur chaque page lors de l'impression Excel Comment répéter les lignes d'en-tête sur chaque page lors de l'impression Excel Jul 09, 2025 am 02:24 AM

Pour configurer les en-têtes répétitifs par page lorsque Excel imprime, utilisez la fonction "Top Title Row". étapes spécifiques: 1. Ouvrez le fichier Excel et cliquez sur l'onglet "Page de mise en page"; 2. Cliquez sur le bouton "Imprimer le titre"; 3. Sélectionnez "Top Title Line" dans la fenêtre contextuelle et sélectionnez la ligne à répéter (comme la ligne 1); 4. Cliquez sur "OK" pour terminer les paramètres. Les notes incluent: uniquement les effets visibles lors de l'impression de prévisualisation ou d'impression réelle, évitez de sélectionner trop de lignes de titre pour affecter l'affichage du texte, les différentes feuilles de calcul doivent être définies séparément, Excelonline ne prend pas en charge cette fonction, nécessite la version locale, le fonctionnement de la version MAC est similaire, mais l'interface est légèrement différente.

Comment capturer la capture sur Windows PCS: Windows 10 et 11 Comment capturer la capture sur Windows PCS: Windows 10 et 11 Jul 23, 2025 am 09:24 AM

Il est courant de vouloir prendre une capture d'écran sur un PC. Si vous n'utilisez pas un outil tiers, vous pouvez le faire manuellement. Le moyen le plus évident est d'appuyer sur le bouton PRT SC / ou d'imprimer le bouton SCRN (touche d'écran d'impression), qui saisira l'ensemble de l'écran PC. Tu fais

Où les équipes se réunissent-elles enregistrées? Où les équipes se réunissent-elles enregistrées? Jul 09, 2025 am 01:53 AM

MicrosoftTeamsRecordingsArestoredIntheCloud, généralement INOONEDRIVEORSHAREPOINT.1.Recordings, insuffisant de manière "

Comment trouver la deuxième plus grande valeur dans Excel Comment trouver la deuxième plus grande valeur dans Excel Jul 08, 2025 am 01:09 AM

La recherche de la deuxième plus grande valeur dans Excel peut être implémentée par grande fonction. La formule est = grande (plage, 2), où la plage est la zone de données; Si la valeur maximale appara?t à plusieurs reprises et que toutes les valeurs maximales doivent être exclues et que la deuxième valeur maximale est trouvée, vous pouvez utiliser la formule du tableau = max (if (RangeMax (plage), plage))), et l'ancienne version d'Excel doit être exécutée par Ctrl Shift Entrée; Pour les utilisateurs qui ne connaissent pas les formules, vous pouvez également rechercher manuellement en triant les données par ordre décroissant et en affichant la deuxième cellule, mais cette méthode modifiera l'ordre des données d'origine. Il est recommandé de copier d'abord les données, puis de fonctionner.

Comment obtenir des données sur le Web dans Excel Comment obtenir des données sur le Web dans Excel Jul 11, 2025 am 01:02 AM

TopulldatafromThewebintoExcelceditcoding, usepowerQueryForstructuredhtmlTablesByenteringheurLunderData> getData> FromWebandSelectingTheDeSiredTable;

See all articles