{"id":86,"date":"2026-06-20T09:48:26","date_gmt":"2026-06-20T09:48:26","guid":{"rendered":"https:\/\/psttooffice365.com\/blogs\/?p=86"},"modified":"2026-06-20T09:51:36","modified_gmt":"2026-06-20T09:51:36","slug":"how-to-increase-microsoft-office-365-exchange-online-mailbox-size","status":"publish","type":"post","link":"https:\/\/psttooffice365.com\/blogs\/how-to-increase-microsoft-office-365-exchange-online-mailbox-size\/","title":{"rendered":"How to increase Microsoft Office 365 Exchange Online Mailbox size"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"86\" class=\"elementor elementor-86\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b1175b e-con e-atomic-element e-flexbox-base e-20b1eee \" data-id=\"2b1175b\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"2b1175b\">\n    \t\t<div class=\"elementor-element elementor-element-41b8ae9 elementor-widget elementor-widget-text-editor\" data-id=\"41b8ae9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The Microsoft Office 365 Exchange Online provides 50GB storage space for the per-user mailbox. Sometimes it\u2019s not enough for the users then they need more space to store the mailbox data like emails, contacts, calendars, appointments, and attachments etc.<span id=\"more-37\"><\/span> So here I am going to explain how we can increase Microsoft Office 365 Exchange Online Mailbox size.<\/p><h2><strong>Increase o365 Cloud Mailbox size using PowerShell<\/strong><\/h2><p>First, you need to run the Powershell as Administrator and connect the Office 365 Account with the Windows PowerShell.<\/p><h3><strong>Set the Single User Mailbox Size limit<\/strong><\/h3><p><strong>Step1:<\/strong> After connecting the Exchange Online Account with PowerShell type the following command to increase the single user mailbox size.<\/p><p><code>Set-Mailbox &lt; UserID &gt; -ProhibitSendQuota &lt; Value &gt; -ProhibitSendReceiveQuota &lt; Value &gt; -IssueWarningQuota &lt;Value&gt;<\/code><\/p><p><strong>Note:<\/strong> Here the &lt;UserID&gt; represent the user\u2019s mailbox, email address or GUID, and &lt;Value&gt; denotes the number of required size in gigabytes (GB), megabytes (MB), or kilobytes (KB)<\/p><p><strong>Example Code:<\/strong> <code>Set-Mailbox  -ProhibitSendQuota 19GB -ProhibitSendReceiveQuota 20GB -IssueWarningQuota 18GB<\/code><\/p><p><strong>Step 2:<\/strong> Now check the size of the mailbox by putting the command.<\/p><p><code>Get-Mailbox &lt; User ID &gt; | Select *quota<\/code><\/p><h3><strong>Set office 365 multiple user\u2019s mailbox sizes <\/strong><\/h3><p><strong>Step 1:<\/strong> For the increasing the size of multiple users mailbox, type the following command into Windows PowerShell after connecting the Exchange Online account with PowerShell.<\/p><p><code>Get-Mailbox | Set-Mailbox -ProhibitSendQuota &lt; Value &gt; -ProhibitSendReceiveQuota &lt; Value &gt; -IssueWarningQuota &lt; Value &gt;<\/code><\/p><p><strong>Step 2: <\/strong>Additional filters can be applied to the Get-Mailbox cmdlet or Get-User cmdlet to control the changes that have been implemented for users. The following is an example in which three cmdlets are used to filter the commands of an organization\u2019s sales department:<\/p><p><code>Get-User | where {$_.Department -eq \"Sales\"} | Get-Mailbox | Set-Mailbox -ProhibitSendQuota &lt; Value &gt; -ProhibitSendReceiveQuota &lt; Value &gt; -IssueWarningQuota &lt; Value &gt;<\/code><\/p><h2><strong>Conclusion:<\/strong><\/h2><p>In this post, I explained how to increase Microsoft Office 365 Exchange Online Mailbox size. Here I discuss for setting the single or multiple users mailboxes with the Windows PowerShell. If you still have any doubt, just leave a message on the comment box.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>The Microsoft Office 365 Exchange Online provides 50GB storage space for the per-user mailbox. Sometimes it\u2019s not enough for the users then they need more space to store the mailbox data like emails, contacts, calendars, appointments, and attachments etc. So here I am going to explain how we can increase Microsoft Office 365 Exchange Online [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-86","post","type-post","status-publish","format-standard","hentry","category-blog"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/psttooffice365.com\/blogs\/wp-json\/wp\/v2\/posts\/86","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/psttooffice365.com\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/psttooffice365.com\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/psttooffice365.com\/blogs\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/psttooffice365.com\/blogs\/wp-json\/wp\/v2\/comments?post=86"}],"version-history":[{"count":3,"href":"https:\/\/psttooffice365.com\/blogs\/wp-json\/wp\/v2\/posts\/86\/revisions"}],"predecessor-version":[{"id":89,"href":"https:\/\/psttooffice365.com\/blogs\/wp-json\/wp\/v2\/posts\/86\/revisions\/89"}],"wp:attachment":[{"href":"https:\/\/psttooffice365.com\/blogs\/wp-json\/wp\/v2\/media?parent=86"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/psttooffice365.com\/blogs\/wp-json\/wp\/v2\/categories?post=86"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/psttooffice365.com\/blogs\/wp-json\/wp\/v2\/tags?post=86"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}