{"id":43256,"date":"2019-07-30T10:33:20","date_gmt":"2019-07-30T10:33:20","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=43256"},"modified":"2026-03-26T08:57:59","modified_gmt":"2026-03-26T08:57:59","slug":"fix-exchange-deleted-mailbox-not-showing-in-disconnected","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/","title":{"rendered":"How to Fix Exchange Deleted Mailbox not Showing in Disconnected List Issue?"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>When you delete a mailbox from the Exchange Server, it is moved to the disconnected mailbox list. The deleted mailbox resides on the Exchange Server till the retention period is over. By default, the retention period is 30 days, which you can change based on your organization&rsquo;s policies and needs. After the retention period is over, the mailbox is permanently deleted (or purged) from the server.<\/p><p>If you have accidentally deleted a mailbox and need to restore it, you can easily do so by going to the disconnected mailboxes list and reconnecting the mailbox to a new or existing user. But sometimes, you face a situation where the deleted mailbox is not showing in the disconnected mailboxes list. In this guide, we will discuss how to fix the deleted mailbox is not showing in the list of disconnected mailboxes and <a href=\"https:\/\/www.stellarinfo.com\/article\/recover-deleted-exchange-mailbox.php\" target=\"_blank\" rel=\"noreferrer noopener\">how to recover the deleted mailbox<\/a>.<\/p><h2 class=\"wp-block-heading\" id=\"process-to-restore-deleted-mailbox-not-showing-in-disconnected-mailboxes-list\"><strong>Process to Restore Deleted Mailbox not Showing in Disconnected Mailboxes List<\/strong><\/h2><p>Follow the steps below to restore a deleted mailbox that isn&rsquo;t visible in the disconnected mailboxes list.<\/p><h3 class=\"wp-block-heading\"><strong>Step 1: Check the Disconnected Mailboxes List<\/strong><\/h3><p>You must know the deleted mailbox name to restore or reconnect it. You can get the list of all the disconnected mailboxes in a database using the Get-MailboxStatistics PowerShell cmdlet (see the below example). &nbsp;<\/p><pre class=\"wp-block-code command_container\"><code><strong>Get-MailboxStatistics -Database &ldquo;DatabaseName&rdquo; | ?{$_.DisconnectReason -ne $null}<\/strong><\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"26\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/1-7.png\" alt=\"using the Get-MailboxStatistics PowerShell cmdlet\" class=\"wp-image-177177 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/1-7.png 624w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/1-7-300x13.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/1-7-150x6.png 150w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure><p>In the command output, check the deleted mailbox you&rsquo;re looking for. If the mailbox does not show up, it may not be marked as disconnected. In such a case, you need to clean up the database.<\/p><h3 class=\"wp-block-heading\"><strong>Step 2: Clean Up and Update the Database<\/strong><\/h3><p>You can scan the Active Directory for deleted mailboxes that are not yet marked as disconnected in the <strong>Microsoft Exchange<\/strong> store and update the status of those mailboxes in the Exchange store. If you&rsquo;re using Exchange Server <strong>2010 (SP1)<\/strong>, run the following cmdlet in the EMS:<\/p><pre class=\"wp-block-code command_container\"><code><strong>Clean-MailboxDatabase &ldquo;DatabaseName&rdquo;<\/strong><\/code><\/pre><p>If you are using Exchange Server 2013, 2016, or later, use the following PowerShell command:<\/p><pre class=\"wp-block-code command_container\"><code><strong>Update-StoreMailboxState &ndash;Database &ldquo;name of the database&rdquo; -Identity &ldquo;Database GUID&rdquo;<\/strong><\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"24\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/2-6.png\" alt=\"PowerShell command Update-StoreMailboxState\" class=\"wp-image-177178 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/2-6.png 624w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/2-6-300x12.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/2-6-150x6.png 150w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure><p>Now, again run the <strong>Get-MailboxStatistics<\/strong> command (see <strong>Step 1)<\/strong> to check the list of disconnected mailboxes. The deleted mailbox should be visible in the list.<\/p><blockquote class=\"note_alert\">\n<p><strong><em>Note:<\/em><\/strong><em> If the mailbox is still not visible in the list, it is either purged or manually removed from the database (hard-deleted). It cannot be restored.<\/em><\/p>\n<\/blockquote><h3 class=\"wp-block-heading\"><strong>Step 3: Get the Disconnected Mailbox Details<\/strong><\/h3><p>To restore a disconnected or deleted mailbox, you need the GUID of the mailbox. For this, you can use the <strong>Get-MailboxStatistics<\/strong> cmdlet as given below:<\/p><pre class=\"wp-block-code command_container\"><code><strong>Get-Mailbox &ndash;Database &ldquo;DatabaseName&rdquo; -IgnoreDefaultScope | Get-MailboxStatistics | ft DisplayName,MailboxGUID<\/strong><\/code><\/pre><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"66\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/3-5.png\" alt=\"Using Get-MailboxStatistics cmdlet \" class=\"wp-image-177179 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/3-5.png 624w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/3-5-300x32.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/3-5-150x16.png 150w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure><h3 class=\"wp-block-heading\"><strong>Step 4: Connect and Restore Disconnected Mailbox<\/strong><\/h3><p>Now, you can connect the deleted mailbox to a new AD user or an existing user. For this, you can use the following command:<\/p><pre class=\"wp-block-code command_container\"><code><strong>Connect-Mailbox -Database &ldquo;DatabaseName&rdquo; -Identity \"DeletedMailboxName\" -User \"ADUserName\"<\/strong><\/code><\/pre><p>Alternatively, you can use the <strong>Exchange Admin Center (EAC)<\/strong> to reconnect the deleted mailbox. The steps are mentioned below:<\/p><ol class=\"wp-block-list\">\n<li>In the <strong>EAC<\/strong>, go to <strong>recipients<\/strong> &gt; <strong>mailboxes<\/strong> and click the <strong>more icon (&hellip;)<\/strong>.<\/li>\n\n\n\n<li>Choose <strong>Connect a mailbox<\/strong> and then select the mailbox from the disconnected mailbox list.<\/li>\n\n\n\n<li>Click the <strong>Connect<\/strong> icon and select <strong>No, I want to connect to a different user account<\/strong>.<\/li>\n\n\n\n<li>Select the <strong>User Mailbox<\/strong> option and click <strong>Next<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Browse<\/strong>, choose the new AD user you have created and click <strong>OK <\/strong>&gt; <strong>Finish<\/strong>.<\/li>\n<\/ol><p>This will reconnect the mailbox to the new user.<\/p><p><strong>Thinks to Remember:<\/strong><\/p><ul class=\"wp-block-list\">\n<li>Before executing the above commands, inform all the users that they may face disruption.<\/li>\n\n\n\n<li>Depending on the size of the database, the process can take a considerable amount of time.<\/li>\n\n\n\n<li>It&rsquo;s recommended to schedule and perform the task late at night or on weekend to avoid disruption.<\/li>\n\n\n\n<li>You would also need to create a new Active Directory user to connect and restore the deleted or disconnected mailbox.<\/li>\n<\/ul><h2 class=\"wp-block-heading\" id=\"conclusion\"><strong>Conclusion<\/strong><\/h2><p>When trying to restore a deleted mailbox within the retention period, you may find that it is not showing in the disconnected mailboxes list. In such a case, you can follow the above-mentioned process to resolve the issue and restore the deleted mailbox. However, the process is time-consuming as it involves multiple steps. To easily recover the deleted mailboxes, you can use Stellar Repair for Exchange &ndash; an advanced <a href=\"https:\/\/www.stellarinfo.com\/edb-exchange-server-recovery.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Exchange recovery software<\/a> that can help you recover deleted mailboxes in just a few simple steps. This software can repair damaged, inconsistent, or corrupt Exchange databases, extract mailboxes (including deleted mailboxes), and save them in PST files. It can also export the recovered mailboxes directly to a live Exchange Server or Office 365 (Microsoft 365) account. You can also save the recovered mailboxes and mail items to other formats, such as MSG, EML, and PDF.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you delete a mailbox from the Exchange Server, it is moved&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/\">Continue reading <span class=\"screen-reader-text\">How to Fix Exchange Deleted Mailbox not Showing in Disconnected List Issue?<\/span><\/a><\/p>\n","protected":false},"author":95,"featured_media":43456,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[25],"tags":[],"class_list":["post-43256","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-exchange-server","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Fix Exchange Deleted Mailbox not Showing in Disconnected List Issue?<\/title>\n<meta name=\"description\" content=\"Cannot find the deleted mailbox in disconnected mailbox list? Here&#039;s how to fix the issues and restore a deleted mailbox in Exchange Server.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Fix Exchange Deleted Mailbox not Showing in Disconnected List Issue?\" \/>\n<meta property=\"og:description\" content=\"Cannot find the deleted mailbox in disconnected mailbox list? Here&#039;s how to fix the issues and restore a deleted mailbox in Exchange Server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-07-30T10:33:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-26T08:57:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/How-to-fix-Exchange-deleted-mailbox-not-showing-in-disconnected.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Anubhuti Sinha\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Anubhuti Sinha\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/\"},\"author\":{\"name\":\"Anubhuti Sinha\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e\"},\"headline\":\"How to Fix Exchange Deleted Mailbox not Showing in Disconnected List Issue?\",\"datePublished\":\"2019-07-30T10:33:20+00:00\",\"dateModified\":\"2026-03-26T08:57:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/\"},\"wordCount\":749,\"commentCount\":3,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/How-to-fix-Exchange-deleted-mailbox-not-showing-in-disconnected.jpg\",\"articleSection\":[\"Exchange Server Recovery\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/\",\"name\":\"How to Fix Exchange Deleted Mailbox not Showing in Disconnected List Issue?\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/How-to-fix-Exchange-deleted-mailbox-not-showing-in-disconnected.jpg\",\"datePublished\":\"2019-07-30T10:33:20+00:00\",\"dateModified\":\"2026-03-26T08:57:59+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e\"},\"description\":\"Cannot find the deleted mailbox in disconnected mailbox list? Here's how to fix the issues and restore a deleted mailbox in Exchange Server.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/How-to-fix-Exchange-deleted-mailbox-not-showing-in-disconnected.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/How-to-fix-Exchange-deleted-mailbox-not-showing-in-disconnected.jpg\",\"width\":1000,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Fix Exchange Deleted Mailbox not Showing in Disconnected List Issue?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/\",\"name\":\"Stellar Data Recovery Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.stellarinfo.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e\",\"name\":\"Anubhuti Sinha\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0808a9a412ffd85db3c57b7af6e353dfc9ed9ca5021570b3b9b1d83550c1948f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0808a9a412ffd85db3c57b7af6e353dfc9ed9ca5021570b3b9b1d83550c1948f?s=96&d=mm&r=g\",\"caption\":\"Anubhuti Sinha\"},\"description\":\"Anubhuti's passion for technology shines through her knowledge of Microsoft Exchange Server. She excels at managing, and troubleshooting this powerful platform. She has a bachelor\u2019s degree in technology in the field of Electronics and Communication.\",\"sameAs\":[\"https:\/\/www.stellarinfo.com\/\",\"https:\/\/www.linkedin.com\/in\/anubhuti-sinha-196a64189\/\"],\"url\":\"https:\/\/www.stellarinfo.com\/blog\/author\/anubhuti\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Fix Exchange Deleted Mailbox not Showing in Disconnected List Issue?","description":"Cannot find the deleted mailbox in disconnected mailbox list? Here's how to fix the issues and restore a deleted mailbox in Exchange Server.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/","og_locale":"en_US","og_type":"article","og_title":"How to Fix Exchange Deleted Mailbox not Showing in Disconnected List Issue?","og_description":"Cannot find the deleted mailbox in disconnected mailbox list? Here's how to fix the issues and restore a deleted mailbox in Exchange Server.","og_url":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2019-07-30T10:33:20+00:00","article_modified_time":"2026-03-26T08:57:59+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/How-to-fix-Exchange-deleted-mailbox-not-showing-in-disconnected.jpg","type":"image\/jpeg"}],"author":"Anubhuti Sinha","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Anubhuti Sinha","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/"},"author":{"name":"Anubhuti Sinha","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e"},"headline":"How to Fix Exchange Deleted Mailbox not Showing in Disconnected List Issue?","datePublished":"2019-07-30T10:33:20+00:00","dateModified":"2026-03-26T08:57:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/"},"wordCount":749,"commentCount":3,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/How-to-fix-Exchange-deleted-mailbox-not-showing-in-disconnected.jpg","articleSection":["Exchange Server Recovery"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/","url":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/","name":"How to Fix Exchange Deleted Mailbox not Showing in Disconnected List Issue?","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/How-to-fix-Exchange-deleted-mailbox-not-showing-in-disconnected.jpg","datePublished":"2019-07-30T10:33:20+00:00","dateModified":"2026-03-26T08:57:59+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e"},"description":"Cannot find the deleted mailbox in disconnected mailbox list? Here's how to fix the issues and restore a deleted mailbox in Exchange Server.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/How-to-fix-Exchange-deleted-mailbox-not-showing-in-disconnected.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2019\/07\/How-to-fix-Exchange-deleted-mailbox-not-showing-in-disconnected.jpg","width":1000,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/fix-exchange-deleted-mailbox-not-showing-in-disconnected\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Fix Exchange Deleted Mailbox not Showing in Disconnected List Issue?"}]},{"@type":"WebSite","@id":"https:\/\/www.stellarinfo.com\/blog\/#website","url":"https:\/\/www.stellarinfo.com\/blog\/","name":"Stellar Data Recovery Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.stellarinfo.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e","name":"Anubhuti Sinha","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0808a9a412ffd85db3c57b7af6e353dfc9ed9ca5021570b3b9b1d83550c1948f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0808a9a412ffd85db3c57b7af6e353dfc9ed9ca5021570b3b9b1d83550c1948f?s=96&d=mm&r=g","caption":"Anubhuti Sinha"},"description":"Anubhuti's passion for technology shines through her knowledge of Microsoft Exchange Server. She excels at managing, and troubleshooting this powerful platform. She has a bachelor\u2019s degree in technology in the field of Electronics and Communication.","sameAs":["https:\/\/www.stellarinfo.com\/","https:\/\/www.linkedin.com\/in\/anubhuti-sinha-196a64189\/"],"url":"https:\/\/www.stellarinfo.com\/blog\/author\/anubhuti\/"}]}},"_links":{"self":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/43256","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/users\/95"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/comments?post=43256"}],"version-history":[{"count":21,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/43256\/revisions"}],"predecessor-version":[{"id":191130,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/43256\/revisions\/191130"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/43456"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=43256"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=43256"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=43256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}