Share via

Storage issue even after I purchased additional storage

Shane J. SMITH 5 Reputation points
2025-11-10T14:34:29.36+00:00

Purchased the upgrade storage and my account still shows "Your storage is full" even though I now have plenty of storage. I cannot email or receive anything. My account shows I only used 5 GB of 100GB storage but when I go to Outlook to send emails it says "your storage is full".

Microsoft 365 and Office | Subscription, account, billing | For home | Windows

2 answers

Sort by: Most helpful
  1. John Jefferson Doyon 67,930 Reputation points Independent Advisor
    2025-11-10T15:06:37.3566667+00:00

    Hi, I'm John! I will help you with this.

    Microsoft Q&A is public, and we can only provide information.

    After purchasing additional storage (or freeing space), it can take up to 24 to 48 hours for everything to fully update across your account. I’d recommend waiting that time and then trying again to send your emails.


    I really hope this information is helpful! Let me know if you have any further questions or concerns.

    Regards,

    John J.D.

    0 comments No comments

  2. Q&A Assist
    2025-11-10T14:34:45.8566667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    It sounds like you are experiencing a common issue where the storage quota is not reflecting the additional storage you purchased. Here are some steps you can take to troubleshoot this problem:

    1. Verify Storage Quota: Check the actual storage quota and usage by running the following PowerShell command:
         Get-MailboxStatistics -Identity <YourEmail>@domain.com | FL displayname,totalitemsize
      
      This will help confirm the storage size and whether it aligns with what you expect.
    2. Check for Retention Policies: Sometimes, retention policies can affect how storage is calculated. You can check which retention policy is applied to your mailbox using:
         Get-Mailbox <YourEmail>@domain.com | fl RetentionPolicy
      
    3. Mailbox Processing: If a retention policy was recently modified or applied, you might need to manually trigger mailbox processing:
         Start-ManagedFolderAssistant <YourEmail>@domain.com
      
      After running this command, wait for about an hour and check your mailbox again.
    4. Contact Support: If the issue persists after trying these steps, it may be beneficial to contact Microsoft Support for further assistance. They can help identify if there are any underlying issues with your account or storage settings.

    These steps should help you resolve the storage issue you're facing.


    References:

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.