Email account still not working despite deleting my emails

Sandra 0 Reputation points
2026-02-02T17:10:42.5066667+00:00

Email account has been suspended as I exceeded storage. I have deleted all emails but it still isn’t working. What else can I do?

Outlook | Outlook for mobile | Outlook for iOS | For home
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Chloe-L 9,205 Reputation points Microsoft External Staff Moderator
    2026-02-03T22:02:45.3133333+00:00

    Dear Sandra,

    Thank you for posting to the Microsoft Q&A. I understand how disruptive it is to have your email service remain suspended, especially after you have already dedicated time to deleting messages to resolve the storage limit.

    There are two primary reasons why an account remains suspended after a cleanup: the "Recoverable Items" hidden storage and the distinction between Microsoft Storage (OneDrive/Attachments) and Email Storage.

    1. Purge the "Recoverable Items" Folder

    When you delete an email, it moves to the "Deleted Items" folder. However, even after you empty that folder, the items are held in a secondary "Recoverable Items" area for 30 days, which still counts against your quota.

    1. Go to your Deleted Items folder in Outlook Web.
    2. Click Empty folder.
    3. Look for the link at the top of the message list that says "Recover items deleted from this folder."
    4. Select Empty folder again in this secondary window to permanently remove the data from your quota.

    2. Verify the Two-Tier Storage Limits

    Microsoft now splits your storage into two different categories. If either one is full, your email will be blocked.

    1. Log in to outlook.live.com.
    2. Go to Settings (Gear Icon) > General > Storage.
    3. Check the two status bars:
      • Microsoft Storage: This includes OneDrive files and email attachments. If this is red, you must delete large files from OneDrive or emails with large attachments.
        • Email Storage: This is the total of your actual email text and calendar items.
        1. Target Attachments: On this same screen, use the "Outlook (Attachments)" tool to see your largest emails. Deleting a few emails with large attachments is often more effective than deleting thousands of text-only messages.

    3. Account for Server Propagation (Sync Delay)

    Once both status bars are green (below the limit), there is a mandatory waiting period.

    • The Technical Delay: It typically takes the Microsoft servers 2 to 24 hours to recalculate your quota and lift the suspension.
    • Even if your storage looks empty now, you may not be able to send or receive mail until the server refresh cycle completes.

    Tip: If you need to restore service immediately, you can temporarily increase your storage limit by starting a trial of Microsoft 365. This usually triggers an instant account "unlock," though you must still clean up the underlying files before the trial ends to avoid a recurring suspension.

    I hope this helps you clear the necessary space and restores your email service quickly. If you continue to see prompts after checking these settings, please do not hesitate to let me know.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Q&A Assist
    2026-02-02T17:11:57.2866667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If your email account is still not working after deleting emails, there are a few steps you can take:

    1. Check Storage Quotas: Ensure that your mailbox is indeed under the storage limit. You can verify the storage quotas by running the following PowerShell cmdlet:
         Get-Mailbox ******@contoso.com | fl ProhibitSendReceiveQuota,RecoverableItemsQuota
      
      This will help you understand if there are still items in the Recoverable Items folder that are contributing to the storage issue.
    2. Recoverable Items Folder: If the items in the Recoverable Items folder exceed the quota, you may still encounter issues. You can check the total size of the mailbox and the Recoverable Items folder using:
         Get-MailboxStatistics ******@contoso.com | fl StorageLimitStatus,TotalItemSize,TotalDeletedItemSize
      
    3. Enable Archive: If you haven't already, consider enabling an archive for your mailbox. This can help manage storage more effectively and may resolve the suspension issue.
    4. Contact Support: If these steps do not resolve the issue, it may be best to contact Microsoft Support for further assistance.

    By following these steps, you should be able to address the suspension of your email account due to storage issues.


    References:

    0 comments No comments

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.