{"id":8482,"date":"2017-07-20T04:33:45","date_gmt":"2017-07-20T04:33:45","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=8482"},"modified":"2025-09-26T06:52:33","modified_gmt":"2025-09-26T06:52:33","slug":"restore-mailbox-from-edb-file","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/","title":{"rendered":"How to Restore Mailbox from Exchange Database (EDB) File"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>Restoring mailboxes from EDB files is essential to recover your crucial data and for business continuity. EDB files store the entire mailbox database and thus restoring them ensures recovering the entire data efficiently.<\/p><p>There are various scenarios where you need to restore mailboxes from the EDB files. Some of these cases include:<\/p><ul class=\"wp-block-list\">\n<li>Restore mailboxes from EDB file when Log files are corrupted.<\/li>\n\n\n\n<li>Accidental deletion of mailboxes.<\/li>\n\n\n\n<li>Restore mailboxes after Exchange server failure at the time of data migration or Exchange server upgrade.<\/li>\n\n\n\n<li>Restore mailboxes from EDB when they get corrupted due to backup failures such as incomplete backups, disk failure during backup. This corruption can prevent access to important mailbox items.<\/li>\n<\/ul><p>Let us look at the methods that you can use to restore mailboxes from an EDB file.<\/p><h2 class=\"wp-block-heading\" id=\"method-1:-restore-mailbox-from-edb-file-using-eac-and-ems\"><strong>Method 1: Restore mailbox from EDB file using EAC and EMS<\/strong><\/h2><p>If a mailbox is deleted in an EDB file, it remains stored in the original EDB file as a disconnected mailbox for a period of 30 days after deletion. After this retention period, the mailboxes are permanently deleted or purged. While the mailboxes are still in the EDB file as disconnected mailboxes, you can restore them using EAC or EMS.<\/p><p>However, before proceeding with the recovery process, you need to <a href=\"https:\/\/learn.microsoft.com\/en-us\/exchange\/recipients\/create-user-mailboxes?view=exchserver-2019\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">create a temporary AD user<\/a>. Now, connect the mailbox you need to restore with the temporary AD user. For this, you can use the following PowerShell cmdlet on the Exchange management shell as shown below:<\/p><pre class=\"wp-block-code command_container\"><code><strong>Connect-Mailbox -Identity \"John\" -Database MBXDB01 -User \"Robin Wood\" -Alias robinw<\/strong><\/code><\/pre><p>Alternatively, you can use EAC to connect the mailbox to the AD user account. Here are the steps:<\/p><ol class=\"wp-block-list\">\n<li>Login to EAC and navigate to <strong>Recipients<\/strong> &gt; <strong>Mailboxes<\/strong>.<\/li>\n\n\n\n<li>Click on <strong>More Options<\/strong> and select <strong>Connect a mailbox<\/strong>.<\/li>\n<\/ol><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"550\" height=\"277\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/07\/1-5.png\" alt=\"select Connect a mailbox\" class=\"wp-image-178338 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/07\/1-5.png 550w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/07\/1-5-300x151.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/07\/1-5-150x76.png 150w\" sizes=\"auto, (max-width: 550px) 100vw, 550px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>On the next screen, you will see a list of disconnected mailboxes on the selected Exchange Server. Select the deleted mailbox you want to connect to the user account and click <strong>Connect<\/strong>.<\/li>\n\n\n\n<li>Select the &ldquo;<strong>No, I want to connect to a different user account&rdquo;<\/strong> option to connect a mailbox to a new AD user account.<\/li>\n<\/ul><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"357\" height=\"186\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/07\/2-1.png\" alt=\"Select the No, I want to connect to a different user account option \" class=\"wp-image-178339 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/07\/2-1.png 357w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/07\/2-1-300x156.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/07\/2-1-150x78.png 150w\" sizes=\"auto, (max-width: 357px) 100vw, 357px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>Select the new AD user account from the list to connect the mailbox.<\/li>\n<\/ul><p>This process will connect the disconnected user mailbox to a non-mail-enabled user account.<\/p><p>Once you connect the mailbox to the AD user account, you can restore it on the Exchange server using the <strong><a href=\"https:\/\/www.stellarinfo.com\/blog\/how-to-use-new-mailboxrestorerequest-in-exchange-server\/\" target=\"_blank\" rel=\"noreferrer noopener\">New-MailboxRestoreRequest<\/a> <\/strong>PowerShell cmdlet. See example below:<\/p><pre class=\"wp-block-code command_container\"><code><strong>New-MailboxRestoreRequest -SourceStoreMailbox e4890ee7-79a2-4f94-9569-91e61eac372b -SourceDatabase AbhayDB01 -TargetMailbox \"Anubhuti\" &ndash;AllowLegacyDNMismatch<\/strong><\/code><\/pre><p>The <strong>AllowLegacyDNMismatch<\/strong> parameter used in the command will recover the source mailbox to a different mailbox that does not have the same legacy DN value.<\/p><p>The above command will restore the deleted mailbox to the target mailbox &ndash; &lsquo;Anubhuti&rsquo;<\/p><p>You can view the status of the mailbox restore process, using the <strong><a href=\"https:\/\/www.stellarinfo.com\/blog\/use-get-mailboxrestorerequest-cmdlet-in-exchange-server\/\" target=\"_blank\" rel=\"noreferrer noopener\">Get-MailboxRestoreRequest cmdlet<\/a><\/strong>.<\/p><p>Once the process is complete, the deleted mailbox will be recovered from the chosen source mailbox.<\/p><h2 class=\"wp-block-heading\" id=\"method-2:-restore-mailbox-from-edb-file-using-a-backup\"><strong>Method 2: Restore Mailbox from EDB File Using a Backup<\/strong><\/h2><p>Whether you want to restore a deleted mailbox after its retention period has expired or you need to restore a mailbox from a damaged or decommissioned Exchange server, you can use a healthy backup of the server. Here are the steps to restore mailboxes from an EDB file using a server backup.<\/p><p>Note: For demonstration purposes, we are using System Center Data Protection Manager (DPM). This method is applicable for Exchange versions 2016 and 2019. If you want to restore mailboxes from the Exchange server of any older version, you can use Windows Server Backup.<\/p><h3 class=\"wp-block-heading\"><strong>Step 1: Recover the mailboxes using Data Protection Manager (DPM)<\/strong><\/h3><p>Data Protection Manager (DPM) is used for backup and recovery purposes as part of the Business Continuity and Disaster Recovery (BCDR) strategy. Using DPM, you can create an application-level backup of the Exchange server. To restore a mailbox using DPM, you can restore a backup that was created before the mailbox was deleted.<\/p><p>However, before you start the restore process, you need to ensure that you fulfil <a href=\"https:\/\/learn.microsoft.com\/en-us\/system-center\/dpm\/back-up-exchange?view=sc-dpm-2025&amp;tabs=RecoverSingleMailbox%2CSingleMailbox#prerequisites-and-limitations-1\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">prerequisites to use DPM<\/a> on the Exchange server.<\/p><p>Let us now look at the steps to restore a mailbox from the server backup using DPM.<\/p><p>First, verify Exchange server protection and mailbox database existence. Use the New-MailboxDatabase cmdlet to create a new database if it is not present. Then use <a href=\"https:\/\/www.stellarinfo.com\/blog\/use-set-mailboxdatabase-cmdlet\/\" target=\"_blank\" rel=\"noreferrer noopener\">Set-MailboxDatabase cmdlet<\/a> to configure recovery database settings.<\/p><p>Finally, follow these steps to use DPM to restore mailboxes from EDB:<\/p><ul class=\"wp-block-list\">\n<li>Create a recovery database (RDB) using the <strong>New-MailboxDatabase<\/strong> cmdlet. Use the <strong>Set-MailboxDatabase<\/strong> to configure the database and allow it to be overwritten with the recovered database. See the example below:<\/li>\n<\/ul><pre class=\"wp-block-code command_container\"><code><strong>New-MailboxDatabase -Recovery -Name RDB-CONTROL -Server E2K13-MBX1<\/strong><\/code><\/pre><pre class=\"wp-block-code command_container\"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>Set-MailboxDatabase -Identity 'RDB-CONTROL' -AllowFileRestore $true<\/strong><\/code><\/pre><ul class=\"wp-block-list\">\n<li>Run the <strong>DPM Administrator Console<\/strong>, navigate to the <strong>Recovery<\/strong> <strong>view<\/strong> and then to the mailbox database you want to recover.<\/li>\n\n\n\n<li>Select a date and recovery point following <strong>Recovery time<\/strong> &gt; <strong>Recover<\/strong>.<\/li>\n\n\n\n<li>The <strong>Recovery Wizard <\/strong>will open. Review your recovery selection and click on <strong>Next<\/strong>.<\/li>\n\n\n\n<li>Specify the type of recovery and click <strong>Next<\/strong>.<\/li>\n\n\n\n<li>In the <strong>Specify Recovery Options<\/strong> page, do the following:<ul><li>Clear the &ldquo;<strong>Mount the databases after they are recovered&rdquo;<\/strong> checkbox if you do not want to mount the databases.<\/li><\/ul><ul><li>Select Modify to enable Network bandwidth usage throttling.<\/li><\/ul>\n<ul class=\"wp-block-list\">\n<li>Select Enable SAN-based recovery using hardware snapshots if applicable.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>On the <strong>Summary <\/strong>page, review your recovery settings and select <strong>Recover<\/strong>. When the recovery is completed, click on <strong>Close<\/strong>.<\/li>\n<\/ul><h3 class=\"wp-block-heading\"><strong>Step 2: Restore the mailboxes using Recovery Databases (RDB)<\/strong><\/h3><p>After the recovery process has finished, the required mailbox is not completely restored. The mailbox database to which the mailbox belongs is only restored to the Recovery mailbox database that you created in the first step. You can restore the mailbox to the required mailbox database using the <strong>New-MailboxRestoreRequest <\/strong>cmdlet. See the example below:<\/p><pre class=\"wp-block-code command_container\"><code><strong>New-MailboxRestoreRequest -SourceDatabase 'RDB-CONTROL' -SourceStoreMailbox 'mailbox name' -TargetMailbox &lt;name&gt;@contoso.com -TargetRootFolder Recovery -SkipMerging StorageProviderForSource<\/strong><\/code><\/pre><p>You must add <strong>\\-SkipMerging StorageProviderForSource<\/strong> to the command to avoid any error.<\/p><p>After you have completed the restore process, you can dismount and delete the Recovery Mailbox database by running the <strong>Remove-MailboxDatabase<\/strong> PowerShell cmdlet.<\/p><h2 class=\"wp-block-heading\" id=\"method-3&ndash;-recover-server-and-restore-mailboxes\"><strong>Method 3<\/strong>&ndash; <strong>Recover Server and Restore Mailboxes<\/strong><\/h2><p>In case of a disaster where the Exchange server is destroyed, you need to rebuild the Exchange server using the <em><strong>Setup.exe \/Mode:RecoverServer<\/strong><\/em><em> <\/em><em>command<\/em>.&nbsp;<em>T<\/em><em>he command uses th<\/em><em>e<\/em><em> <\/em><em>Exchange server settings stored in Active Directory<\/em><em> at the time of<\/em><em> <\/em><em>the <\/em><em>installation of Exchange on a new server with the same name<\/em>. However, if you want to recover mailboxes with this method, please prepare a new server that has the same name as the lost server and install the proper operating system.<\/p><h3 class=\"wp-block-heading\"><strong>Limitations of Using Manual Methods to Restore Mailboxes<\/strong><\/h3><p>The manual methods mentioned above will help you to restore mailboxes from an EDB file. However, you should be aware about the drawbacks and limitations of these methods.<\/p><ol class=\"wp-block-list\">\n<li>The database containing the mailbox that you need to recover should be connected to the server. If the database is corrupted, the manual methods will not work.<\/li>\n\n\n\n<li>These methods are time-consuming and require a lot of technical expertise.<\/li>\n\n\n\n<li>Some methods are version-specific and may not work with other Exchange versions.<\/li>\n\n\n\n<li>You require additional permissions to use these methods.<\/li>\n<\/ol><h2 class=\"wp-block-heading\" id=\"method-4:-restore-mailbox-from-edb-file-using-stellar-repair-for-exchange\"><strong>Method 4: Restore Mailbox from EDB file using Stellar Repair for Exchange<\/strong><\/h2><p>For a quick and efficient mailbox restore process, you can use <a href=\"https:\/\/www.stellarinfo.com\/edb-exchange-server-recovery.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Stellar Repair for Exchange<\/a>. It is a trusted and reliable Exchange Mailbox Recovery software recommended by Exchange admins, MVPs, and professionals.<br><br>The advanced recovery solution is designed to restore mailboxes from damaged and corrupt Exchange Database (EDB) files. It also allows users to restore journals, calendars, contacts, emails, tasks, attachments, and more. You can also use this software to save the recovered data in various formats, including PDF, EML, HTML, MSG, RTF, and PST.<\/p><p>A standout feature of Stellar Repair for Exchange is its ability to export a recovered EDB file to live Exchange servers and Office 365, thus simplifying the recovery process when compared to the manual methods.<\/p><h2 class=\"wp-block-heading\" id=\"the-bottom-line\">The Bottom Line<\/h2><p>Restoring mailboxes from EDB files is an essential part of Exchange Server management. You may need to restore the Exchange mailboxes in case of database corruption, accidental deletion or server crash. There are manual methods used to restore the mailboxes on the Exchange server. In case of accidental deletion, you can use <strong>EAC<\/strong> or <strong>PowerShell<\/strong> cmdlets in <strong>EMS<\/strong>. For database corruption or server crash, you can use a backup of the server to extract and restore mailboxes on the server. However, there are some limitations associated with the manual methods. To avoid these limitations, you can use <strong>Stellar Repair for Exchange<\/strong> to restore mailboxes form even severely corrupted databases using the EDB file in less time and with fewer permissions.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Restoring mailboxes from EDB files is essential to recover your crucial data&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/\">Continue reading <span class=\"screen-reader-text\">How to Restore Mailbox from Exchange Database (EDB) File<\/span><\/a><\/p>\n","protected":false},"author":95,"featured_media":8484,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[25],"tags":[629,669],"class_list":["post-8482","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-exchange-server","tag-exchange","tag-restore-mailbox-from-edb-file","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 Restore Mailbox from Exchange Database (EDB) File<\/title>\n<meta name=\"description\" content=\"Learn how to restore a mailbox from an Exchange EDB file with easy step-by-step methods. Restore lost email using Stellar repair for Exchange\" \/>\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\/restore-mailbox-from-edb-file\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Restore Mailbox from Exchange Database (EDB) File\" \/>\n<meta property=\"og:description\" content=\"Learn how to restore a mailbox from an Exchange EDB file with easy step-by-step methods. Restore lost email using Stellar repair for Exchange\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-07-20T04:33:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-26T06:52:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/07\/How-To-Restore-Mailbox-From-EDB-File.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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/\"},\"author\":{\"name\":\"Anubhuti Sinha\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e\"},\"headline\":\"How to Restore Mailbox from Exchange Database (EDB) File\",\"datePublished\":\"2017-07-20T04:33:45+00:00\",\"dateModified\":\"2025-09-26T06:52:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/\"},\"wordCount\":1391,\"commentCount\":9,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/07\/How-To-Restore-Mailbox-From-EDB-File.jpg\",\"keywords\":[\"Exchange\",\"restore mailbox from edb file\"],\"articleSection\":[\"Exchange Server Recovery\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/\",\"name\":\"How to Restore Mailbox from Exchange Database (EDB) File\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/07\/How-To-Restore-Mailbox-From-EDB-File.jpg\",\"datePublished\":\"2017-07-20T04:33:45+00:00\",\"dateModified\":\"2025-09-26T06:52:33+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e\"},\"description\":\"Learn how to restore a mailbox from an Exchange EDB file with easy step-by-step methods. Restore lost email using Stellar repair for Exchange\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/07\/How-To-Restore-Mailbox-From-EDB-File.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/07\/How-To-Restore-Mailbox-From-EDB-File.jpg\",\"width\":1000,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Restore Mailbox from Exchange Database (EDB) File\"}]},{\"@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 Restore Mailbox from Exchange Database (EDB) File","description":"Learn how to restore a mailbox from an Exchange EDB file with easy step-by-step methods. Restore lost email using Stellar repair for Exchange","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\/restore-mailbox-from-edb-file\/","og_locale":"en_US","og_type":"article","og_title":"How to Restore Mailbox from Exchange Database (EDB) File","og_description":"Learn how to restore a mailbox from an Exchange EDB file with easy step-by-step methods. Restore lost email using Stellar repair for Exchange","og_url":"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2017-07-20T04:33:45+00:00","article_modified_time":"2025-09-26T06:52:33+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/07\/How-To-Restore-Mailbox-From-EDB-File.jpg","type":"image\/jpeg"}],"author":"Anubhuti Sinha","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Anubhuti Sinha","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/"},"author":{"name":"Anubhuti Sinha","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e"},"headline":"How to Restore Mailbox from Exchange Database (EDB) File","datePublished":"2017-07-20T04:33:45+00:00","dateModified":"2025-09-26T06:52:33+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/"},"wordCount":1391,"commentCount":9,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/07\/How-To-Restore-Mailbox-From-EDB-File.jpg","keywords":["Exchange","restore mailbox from edb file"],"articleSection":["Exchange Server Recovery"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/","url":"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/","name":"How to Restore Mailbox from Exchange Database (EDB) File","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/07\/How-To-Restore-Mailbox-From-EDB-File.jpg","datePublished":"2017-07-20T04:33:45+00:00","dateModified":"2025-09-26T06:52:33+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e"},"description":"Learn how to restore a mailbox from an Exchange EDB file with easy step-by-step methods. Restore lost email using Stellar repair for Exchange","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/07\/How-To-Restore-Mailbox-From-EDB-File.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/07\/How-To-Restore-Mailbox-From-EDB-File.jpg","width":1000,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/restore-mailbox-from-edb-file\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Restore Mailbox from Exchange Database (EDB) File"}]},{"@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\/8482","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=8482"}],"version-history":[{"count":33,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/8482\/revisions"}],"predecessor-version":[{"id":185717,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/8482\/revisions\/185717"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/8484"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=8482"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=8482"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=8482"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}