Total Item Size VS Total Mailbox Size

Kamil Panfil 1 Reputation point
2022-12-19T11:33:28.283+00:00

Total Item Size 10.69GB VS Total Mailbox Size 56.92GB

272064-itemvsmailoxsize.jpg

Done 2 weeks of users mailbox archiving and start moving them to new database over weekend. Some of users when listing them are getting different Total Item Size and different Total Mailbox Size, above example is 40GB different. I run archive on this person, and yes cached settings in outlook are set to: Download email for the past: ALL. There is nothing else I can archive from this user mailbox and now its transferring 56.92GB across to new Exchange database.
It dosen't show as white space in database.

Any advice of what is it and how to get rid of that would be much appreciated.

Exchange | Exchange Server | Management
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. LilyLi2-MSFT 1,981 Reputation points
    2022-12-20T05:33:45.637+00:00

    Hi @Kamil Panfil ,

    Welcome to our forum.

    What is your version of Exchange?
    According to my tests, got the same result as you:

    Before moving the mailbox: TotalItemSize is 1.202MB
    272290-1.png
    check the move request: TotalMailboxSize is 1.522MB
    272325-2.png
    When the move is complete: TotalItemSize is 1.257MB
    272269-3.png
    It is recommended that you review the mailbox size again after the move is complete.
    In general, mailboxes that are normally moved are larger in size than before the move.
    For more information, please refer to: mailbox-sizes-increase-dramatically-after-migration-to-exchange-2013


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    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.

    0 comments No comments

  2. Kamil Panfil 1 Reputation point
    2022-12-20T09:25:50.937+00:00

    Exchange 2013 ver.15

    This is outlook folder size
    272443-michaeloutlook.png

    and here is what I get checking by PowerShell - mailbox finished move to new database more than 24h

    272415-michaelmailboxstatistics.png

    Is TotalDeletedItemSize are invisible files that users can restore directly from Outlook ?

    272445-deletedrecovery.jpg

    How can I delete deleted ?

    0 comments No comments

  3. Kamil Panfil 1 Reputation point
    2022-12-20T12:13:43.897+00:00

    I think I found solution

    YES that 46GB of data are deleted items that can be recovered by user.

    This command will show what limits are set to user mailbox:
    Get-Mailbox "michael" | Format-List Quota,RetainDeletedItemsFor,UseDatabaseRetentionDefaults

    In my case it was set to unlimited
    272457-mailboxlimits.jpg

    Run this to get user mailbox info
    Get-MailboxFolderStatistics michael -FolderScope RecoverableItems | FL Name,FolderAndSubfolderSize,ItemsInFolderAndSubfolders
    272493-mailboxstatistics.jpg

    Run this to delete items in TotalDeletedItemSize for Michael
    Search-Mailbox -Identity "michael" -SearchDumpsterOnly -DeleteContent

    272458-deletedeleted.jpg

    This will of course take some time, depend of how much data need to be removed.
    And final figures of white space in Exchange database is something I was looking to achieve.

    272474-whitespace.jpg

    Above is how I done it. There are some checks that need to be done before. Make sure you have backup before you do anything. Above works for me, but might not work for you.


Your answer

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