{"id":66929,"date":"2020-11-18T07:59:33","date_gmt":"2020-11-18T07:59:33","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=66929"},"modified":"2026-01-05T11:39:55","modified_gmt":"2026-01-05T11:39:55","slug":"defrag-exchange-mailbox-database","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/","title":{"rendered":"Defrag Exchange Mailbox Database using Eseutil \/d PowerShell"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>In Microsoft Exchange Server, the database size increases as more mailboxes are created, and data is generated by the users as they send\/receive emails.<\/p><p>When some mail items are deleted from the mailboxes or mailboxes are removed from the Exchange databases, the free storage left by deleted items is not reclaimed.<\/p><p>For instance, if the database size is 10GB and you remove a mailbox ~2GB, the database will remain 10GB. The 2GB space left by the deleted mailbox is called &lsquo;<strong>White Space<\/strong>.&rsquo; &nbsp;<\/p><p>Thus, it&rsquo;s important and a best practice to reclaim the White Space by defragmenting the Exchange database. It will reduce the database size and help prevent database corruption issues caused by low or no storage.<\/p><h2 class=\"wp-block-heading\" id=\"why-defrag-exchange-mailbox-database?\"><strong>Why Defrag Exchange Mailbox Database?<\/strong><\/h2><p>Defragmentation is a process of cleaning all unused storage or reclaiming White Space from the database, removing data fragments, and arranging the information in the contiguous regions for quick access.<\/p><p>From the performance point of view, defragmentation (Eseutil \/d) makes the database access faster as the Exchange Server would not have to process a large file in memory or open and search the file, which can incur a large number of input\/output from the storage for nothing.<\/p><p>Another thing is the operation of the server. As you may know, Exchange Server is sensitive about the database&rsquo;s health if there is no storage or a shortage.<\/p><p>Databases tend to fill the hard drive with unused space or log files. If the storage is not increased or logs are not purged, it can damage the database and lead to corruption. As a result, the Exchange database will dismount, breaking the client-server connectivity and preventing the users from sending or receiving emails<\/p><p>So, it would be wise to set a schedule to check the database state periodically, depending on the size and number of users. A corrupted database can cause loss of data, service, and business.<\/p><h2 class=\"wp-block-heading\" id=\"things-to-remember-before-defragging-exchange-mailbox-database-using-eseutil-\/d\"><strong>Things to Remember Before Defragging Exchange Mailbox Database using Eseutil \/d<\/strong><\/h2><p>Before running Eseutil \/d command to defragment the Exchange database, ensure the following:<\/p><ol style=\"list-style-type:1\" class=\"wp-block-list\">\n<li>To defrag an Exchange Server database, the database must be dismounted. Unfortunately, this means that the users will be unable to access their mailboxes during this operation.<\/li>\n\n\n\n<li>Exchange database defragmentation should be executed only after office hours as it might take some time to finish (depending on the database size and the server\/storage). &nbsp;<\/li>\n\n\n\n<li>It is highly recommended to back up the database before defragmentation for those <em>just-in-case<\/em> scenarios.<\/li>\n\n\n\n<li>Ensure the drive where the database is stored has enough free storage space, which is equivalent to or larger than the database size (preferably 1.1x or 1.2x size of the database). If you are short on storage capacity, this could cause a problem.<\/li>\n<\/ol><p>To calculate the required space, you must check the database size in your Exchange Server that requires defragmentation. To do so, you can use the&nbsp;<a href=\"https:\/\/www.stellarinfo.com\/article\/how-to-use-get-mailboxdatabase-cmdlet.php\"><strong>Get-MailboxDatabase<\/strong>&nbsp;PowerShell cmdlet<\/a>, as given below.<\/p><pre class=\"wp-block-code command_container\"><code>Get-MailboxDatabase -Status | ft name, database size, availablenewmailboxspace &ndash;auto<\/code><\/pre><p>The output will display the database <strong>Name<\/strong>, the <strong>DatabaseSize,<\/strong> and the <strong>AvailableNewMailboxSpace<\/strong>.<\/p><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"821\" height=\"165\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/get-mailboxdatabase-status.png\" alt=\"get mailbox database status\" class=\"wp-image-66931 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/get-mailboxdatabase-status.png 821w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/get-mailboxdatabase-status-300x60.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/get-mailboxdatabase-status-768x154.png 768w\" sizes=\"auto, (max-width: 821px) 100vw, 821px\" \/><\/figure><p>As you can see from the above example, the <strong>Mailbox Database 0954395982<\/strong> has a size of 247.9 MB.<\/p><p>On the other hand, it also has 74.34 MB of White Space. Of course, this is a small database with a few mailboxes. But on larger databases, defrag (Eseutil \/d) will make significant performance improvements on the disks and operation of the server.<\/p><p>You can use the following formulae to calculate the total free space required to defragment the Exchange mailbox database.<\/p><ul class=\"wp-block-list\">\n<li>(DatabaseSize) &ndash; (AvailableNewMailboxSpace) = (Actual Database Size).<\/li>\n\n\n\n<li>(Actual Database Size) X 1.1= (Space required for defragmentation).<\/li>\n<\/ul><p><strong>250MB <\/strong>&ndash;<strong> 75MB <\/strong>= <strong>175MB<\/strong><br><strong>175MB <\/strong>X <strong>1.1<\/strong> = <strong>192.5MB<\/strong> &mdash;is the minimum free space required to defrag the Exchange mailbox database.<\/p><blockquote class=\"note_alert\">\n<p><strong>NOTE:<\/strong> We have rounded off <strong>247.9MB<\/strong> as <strong>250MB<\/strong> in the above calculations.<\/p>\n<\/blockquote><h2 class=\"wp-block-heading\" id=\"steps-to-defrag-exchange-mailbox-database-using-eseutil-\/d-cmdlet\"><strong>Steps to Defrag Exchange Mailbox Database using Eseutil \/d cmdlet<\/strong><\/h2><p>To defragment and optimize an Exchange mailbox database, follow these steps:<\/p><p><strong>Step 1:<\/strong>&nbsp;Launch the <strong>Exchange Management Shell<\/strong> (EMS).<\/p><p><strong>Step 2:<\/strong>&nbsp;Go to the folder location where the database that needs defragmentation is located using the <strong>cd<\/strong> command. For instance,<\/p><pre class=\"wp-block-code command_container\"><code>cd \"C:\\Program Files\\Microsoft\\Exchange Server\\V15\\Mailbox\\Mailbox Database 0954395982\"<\/code><\/pre><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"778\" height=\"67\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/defargment-database.png\" alt=\"defragment database\" class=\"wp-image-66933 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/defargment-database.png 778w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/defargment-database-300x26.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/defargment-database-768x66.png 768w\" sizes=\"auto, (max-width: 778px) 100vw, 778px\" \/><\/figure><p><strong>Step 3:<\/strong>&nbsp;Run the following command to dismount the Exchange mailbox database.<\/p><pre class=\"wp-block-code command_container\"><code>Dismount-Database &lt;database name&gt;<\/code><\/pre><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"959\" height=\"182\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/dismount-database.png\" alt=\"dismount database\" class=\"wp-image-66934 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/dismount-database.png 959w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/dismount-database-300x57.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/dismount-database-768x146.png 768w\" sizes=\"auto, (max-width: 959px) 100vw, 959px\" \/><\/figure><p><strong>Step 4:<\/strong>&nbsp;Once the database is dismounted, use the below&nbsp;<strong>EseUtil<\/strong>&nbsp;command to start the defragmentation process.<\/p><pre class=\"wp-block-code command_container\"><code>Eseutil \/d \"Mailbox Database 0954395982.edb\" \/t \"temp_0954395982.edb\"<\/code><\/pre><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"959\" height=\"487\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/start-exchange-database-defragmentation.png\" alt=\"defragmenting exchange mailbox database in Exchange management shell\" class=\"wp-image-66935 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/start-exchange-database-defragmentation.png 959w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/start-exchange-database-defragmentation-300x152.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/start-exchange-database-defragmentation-768x390.png 768w\" sizes=\"auto, (max-width: 959px) 100vw, 959px\" \/><\/figure><p><strong>Step 5:<\/strong>&nbsp;After the defragmentation (which may take time depending on the performance of the server\/storage and the size of the database), mount the database back by using the&nbsp;<strong>Mount-Database&nbsp;<\/strong>PowerShell cmdlet.<\/p><pre class=\"wp-block-code command_container\"><code>Mount-Database \"Mailbox Database 0954395982\"<\/code><\/pre><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"109\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/mount-database.png\" alt=\"mount database\" class=\"wp-image-66936 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/mount-database.png 960w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/mount-database-300x34.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/mount-database-768x87.png 768w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" \/><\/figure><p><strong>Step 6:<\/strong>&nbsp;After mounting the database and testing the connectivity of the affected users, you can test how the database has been defragmented by rechecking the database size using the&nbsp;<strong>Get-MaiboxDatabase<\/strong>&nbsp;PowerShell cmdlet.<\/p><pre class=\"wp-block-code command_container\"><code>Get-MailboxDatabase -Status | ft name, databasesize, availablenewmailboxspace -auto<\/code><\/pre><p>Here you can see that the database has shrunk from 247.9 MB to 56 MB in size with only 512KB of White Space.<\/p><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"733\" height=\"149\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/get-mailbox-database-status.png\" alt=\"check database status\" class=\"wp-image-66937 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/get-mailbox-database-status.png 733w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/get-mailbox-database-status-300x61.png 300w\" sizes=\"auto, (max-width: 733px) 100vw, 733px\" \/><\/figure><h2 class=\"wp-block-heading\" id=\"to-conclude\"><strong>To Conclude<\/strong><strong><\/strong><\/h2><p>All goes well with the defrag operation if you have not incurred any issues or encountered an error message during the operation. However, there are several factors that may corrupt the database before and during the defrag (Eseutil \/d) process. For example, if you have not calculated the free or left enough space for the process to run, this could lead to low or full storage that will halt the server and corrupt the database.<\/p><p>In such situations, for any Exchange Administrator, a third-party&nbsp;<a href=\"https:\/\/www.stellarinfo.com\/edb-exchange-server-recovery.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Exchange recovery tool<\/a>&nbsp;such as Stellar Repair for Exchange comes in handy to save the database when a disaster strikes. With Stellar Repair for Exchange, you can repair any corrupt or damaged Exchange Database of any version and recover data to PST or other formats. With this software, you can also directly export the mailboxes from the repaired Exchange database to a live database in your Exchange Server and an Office 365 tenant.<\/p><p style=\"text-align: center\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In Microsoft Exchange Server, the database size increases as more mailboxes are&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/\">Continue reading <span class=\"screen-reader-text\">Defrag Exchange Mailbox Database using Eseutil \/d PowerShell<\/span><\/a><\/p>\n","protected":false},"author":95,"featured_media":67284,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[25],"tags":[],"class_list":["post-66929","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>Defrag Exchange Mailbox Database using Eseutil \/d PowerShell<\/title>\n<meta name=\"description\" content=\"Step-by-step guide to defrag Exchange mailbox databases using Eseutil \/d. Reduce EDB size, reclaim white space, and improve server health\" \/>\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\/defrag-exchange-mailbox-database\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Defrag Exchange Mailbox Database using Eseutil \/d PowerShell\" \/>\n<meta property=\"og:description\" content=\"Step-by-step guide to defrag Exchange mailbox databases using Eseutil \/d. Reduce EDB size, reclaim white space, and improve server health\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-18T07:59:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-05T11:39:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/Defrag-Exchange-Mailbox-Database-using-PowerShell-Utility.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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/\"},\"author\":{\"name\":\"Anubhuti Sinha\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e\"},\"headline\":\"Defrag Exchange Mailbox Database using Eseutil \/d PowerShell\",\"datePublished\":\"2020-11-18T07:59:33+00:00\",\"dateModified\":\"2026-01-05T11:39:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/\"},\"wordCount\":961,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/Defrag-Exchange-Mailbox-Database-using-PowerShell-Utility.jpg\",\"articleSection\":[\"Exchange Server Recovery\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/\",\"name\":\"Defrag Exchange Mailbox Database using Eseutil \/d PowerShell\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/Defrag-Exchange-Mailbox-Database-using-PowerShell-Utility.jpg\",\"datePublished\":\"2020-11-18T07:59:33+00:00\",\"dateModified\":\"2026-01-05T11:39:55+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e\"},\"description\":\"Step-by-step guide to defrag Exchange mailbox databases using Eseutil \/d. Reduce EDB size, reclaim white space, and improve server health\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/Defrag-Exchange-Mailbox-Database-using-PowerShell-Utility.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/Defrag-Exchange-Mailbox-Database-using-PowerShell-Utility.jpg\",\"width\":1000,\"height\":600,\"caption\":\"Defrag Exchange Mailbox Database using PowerShell Utility\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Defrag Exchange Mailbox Database using Eseutil \/d PowerShell\"}]},{\"@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":"Defrag Exchange Mailbox Database using Eseutil \/d PowerShell","description":"Step-by-step guide to defrag Exchange mailbox databases using Eseutil \/d. Reduce EDB size, reclaim white space, and improve server health","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\/defrag-exchange-mailbox-database\/","og_locale":"en_US","og_type":"article","og_title":"Defrag Exchange Mailbox Database using Eseutil \/d PowerShell","og_description":"Step-by-step guide to defrag Exchange mailbox databases using Eseutil \/d. Reduce EDB size, reclaim white space, and improve server health","og_url":"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2020-11-18T07:59:33+00:00","article_modified_time":"2026-01-05T11:39:55+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/Defrag-Exchange-Mailbox-Database-using-PowerShell-Utility.jpg","type":"image\/jpeg"}],"author":"Anubhuti Sinha","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Anubhuti Sinha","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/"},"author":{"name":"Anubhuti Sinha","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e"},"headline":"Defrag Exchange Mailbox Database using Eseutil \/d PowerShell","datePublished":"2020-11-18T07:59:33+00:00","dateModified":"2026-01-05T11:39:55+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/"},"wordCount":961,"commentCount":0,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/Defrag-Exchange-Mailbox-Database-using-PowerShell-Utility.jpg","articleSection":["Exchange Server Recovery"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/","url":"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/","name":"Defrag Exchange Mailbox Database using Eseutil \/d PowerShell","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/Defrag-Exchange-Mailbox-Database-using-PowerShell-Utility.jpg","datePublished":"2020-11-18T07:59:33+00:00","dateModified":"2026-01-05T11:39:55+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/6e25a24438bdade7cc6a17f8af4fe18e"},"description":"Step-by-step guide to defrag Exchange mailbox databases using Eseutil \/d. Reduce EDB size, reclaim white space, and improve server health","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/Defrag-Exchange-Mailbox-Database-using-PowerShell-Utility.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2020\/11\/Defrag-Exchange-Mailbox-Database-using-PowerShell-Utility.jpg","width":1000,"height":600,"caption":"Defrag Exchange Mailbox Database using PowerShell Utility"},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/defrag-exchange-mailbox-database\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Defrag Exchange Mailbox Database using Eseutil \/d PowerShell"}]},{"@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\/66929","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=66929"}],"version-history":[{"count":18,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/66929\/revisions"}],"predecessor-version":[{"id":188897,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/66929\/revisions\/188897"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/67284"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=66929"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=66929"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=66929"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}