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

目錄
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
首頁 軟體教學(xué) 辦公室軟體 Outlook OST和PST文件大小限制以及如何更改 /增加它

Outlook OST和PST文件大小限制以及如何更改 /增加它

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.

以上是Outlook OST和PST文件大小限制以及如何更改 /增加它的詳細(xì)內(nèi)容。更多資訊請關(guān)注PHP中文網(wǎng)其他相關(guān)文章!

本網(wǎng)站聲明
本文內(nèi)容由網(wǎng)友自願投稿,版權(quán)歸原作者所有。本站不承擔(dān)相應(yīng)的法律責(zé)任。如發(fā)現(xiàn)涉嫌抄襲或侵權(quán)的內(nèi)容,請聯(lián)絡(luò)admin@php.cn

熱AI工具

Undress AI Tool

Undress AI Tool

免費(fèi)脫衣圖片

Undresser.AI Undress

Undresser.AI Undress

人工智慧驅(qū)動的應(yīng)用程序,用於創(chuàng)建逼真的裸體照片

AI Clothes Remover

AI Clothes Remover

用於從照片中去除衣服的線上人工智慧工具。

Clothoff.io

Clothoff.io

AI脫衣器

Video Face Swap

Video Face Swap

使用我們完全免費(fèi)的人工智慧換臉工具,輕鬆在任何影片中換臉!

熱工具

記事本++7.3.1

記事本++7.3.1

好用且免費(fèi)的程式碼編輯器

SublimeText3漢化版

SublimeText3漢化版

中文版,非常好用

禪工作室 13.0.1

禪工作室 13.0.1

強(qiáng)大的PHP整合開發(fā)環(huán)境

Dreamweaver CS6

Dreamweaver CS6

視覺化網(wǎng)頁開發(fā)工具

SublimeText3 Mac版

SublimeText3 Mac版

神級程式碼編輯軟體(SublimeText3)

熱門話題

Laravel 教程
1597
29
PHP教程
1488
72
如何在Excel Pivot表中按月分組 如何在Excel Pivot表中按月分組 Jul 11, 2025 am 01:01 AM

在Excel透視表中按月份分組需先確保日期格式正確,再插入透視表並添加日期字段,最後右鍵分組選擇按“月”聚合。若遇問題,應(yīng)檢查是否為標(biāo)準(zhǔn)日期格式、數(shù)據(jù)范圍是否合理,並調(diào)整數(shù)字格式以正確顯示月份。

如何在Microsoft 365中修復(fù)Autosave 如何在Microsoft 365中修復(fù)Autosave Jul 07, 2025 pm 12:31 PM

快速鏈接查看文件

打印Excel時(shí)如何重複每個(gè)頁面上的標(biāo)頭行 打印Excel時(shí)如何重複每個(gè)頁面上的標(biāo)頭行 Jul 09, 2025 am 02:24 AM

要設(shè)置Excel打印時(shí)每頁重複表頭,使用“頂端標(biāo)題行”功能。具體步驟:1.打開Excel文件並點(diǎn)擊“頁面佈局”選項(xiàng)卡;2.點(diǎn)擊“打印標(biāo)題”按鈕;3.在彈出窗口中選擇“頂端標(biāo)題行”並選中需重複的行(如第1行);4.點(diǎn)擊“確定”完成設(shè)置。注意事項(xiàng)包括:僅在打印預(yù)覽或?qū)嶋H打印時(shí)可見效果、避免選擇過多標(biāo)題行影響正文顯示、不同工作表需單獨(dú)設(shè)置、ExcelOnline不支持此功能需使用本地版本、Mac版操作類似但界面略有差異。

如何將Outlook更改為深色主題(模式)並將其關(guān)閉 如何將Outlook更改為深色主題(模式)並將其關(guān)閉 Jul 12, 2025 am 09:30 AM

該教程顯示瞭如何在不同的Outlook應(yīng)用程序中切換光線和暗模式,以及如何將白色閱讀窗格保持在黑色主題中。 如果您經(jīng)常在深夜處理電子郵件,Outlook Dark Mode可以減輕眼睛疲勞,

如何在Windows PC上屏幕截圖:Windows 10和11 如何在Windows PC上屏幕截圖:Windows 10和11 Jul 23, 2025 am 09:24 AM

想要在PC上屏幕截圖很常見。如果您不使用第三方工具,則可以手動進(jìn)行。最明顯的方法是按下PRT SC按鈕/或打印Scrn按鈕(打印屏幕鍵),該按鈕將抓住整個(gè)PC屏幕。你做

團(tuán)隊(duì)在哪裡遇到錄音? 團(tuán)隊(duì)在哪裡遇到錄音? Jul 09, 2025 am 01:53 AM

MicrosoftTeamsrecordingsarestoredinthecloud,typicallyinOneDriveorSharePoint.1.Recordingsusuallysavetotheinitiator’sOneDriveina“Recordings”folderunder“Content.”2.Forlargermeetingsorwebinars,filesmaygototheorganizer’sOneDriveoraSharePointsitelinkedtoaT

如何在Excel中找到第二大價(jià)值 如何在Excel中找到第二大價(jià)值 Jul 08, 2025 am 01:09 AM

在Excel中找出第二大的數(shù)值,可用LARGE函數(shù)實(shí)現(xiàn),公式為=LARGE(range,2),其中range是數(shù)據(jù)區(qū)域;若最大值重複出現(xiàn)且需排除所有最大值後找次大值,則可使用數(shù)組公式=MAX(IF(rangeMAX(range),range)),舊版Excel需按Ctrl Shift Enter執(zhí)行;對於不熟悉公式的用戶,也可通過將數(shù)據(jù)降序排序後查看第二個(gè)單元格的方式手動查找,但此方法會改變原始數(shù)據(jù)順序,建議先複製數(shù)據(jù)再操作。

如何從Excel中的Web獲取數(shù)據(jù) 如何從Excel中的Web獲取數(shù)據(jù) Jul 11, 2025 am 01:02 AM

TopulldatafromthewebintoExcelwithoutcoding,usePowerQueryforstructuredHTMLtablesbyenteringtheURLunderData>GetData>FromWebandselectingthedesiredtable;thismethodworksbestforstaticcontent.IfthesiteoffersXMLorJSONfeeds,importthemviaPowerQuerybyenter

See all articles