{"id":194478,"date":"2026-07-15T05:49:17","date_gmt":"2026-07-15T05:49:17","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=194478"},"modified":"2026-07-15T05:55:10","modified_gmt":"2026-07-15T05:55:10","slug":"how-to-recover-data-from-a-formatted-drive","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/how-to-recover-data-from-a-formatted-drive\/","title":{"rendered":"How to Recover Data from a Formatted Drive?"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p class=\"wp-block-paragraph\">You often format your storage drive as part of regular upkeep to get rid of unwanted data or as a last attempt to fix file system corruption. But sometimes, you accidentally format the wrong drive or later find out that important files were erased in the process, which you haven&rsquo;t even backed up! The good news is, in many cases, even after your data has been formatted, there are still options to recover it.<\/p><p class=\"wp-block-paragraph\">If you&rsquo;ve accidentally formatted a storage device &ndash; stop using it immediately to avoid overwriting the deleted data. This matters most when the formatted partition shares a physical disk with a Windows installation that&rsquo;s still running &ndash; the OS keeps writing temp files, logs, and update data to that disk, and that ongoing activity is what puts your recoverable data at risk.<\/p><p class=\"wp-block-paragraph\">We&rsquo;ve compiled this guide to help you navigate this situation. It will walk you through what happens during the formatting process, when data recovery is still possible, how to go about recovering your data, and the options available to you.<\/p><p class=\"wp-block-paragraph\">Can You Recover Data from a Formatted Hard Drive? Yes, you can often recover data from a formatted hard drive. To understand how it works, you need to start with the <strong>file system index. <\/strong>&nbsp;The file system index is a table of contents that tracks where data lives on the drive &ndash; acting as a map that indicates which parts of the drive are free or allocated. When you format the drive, the metadata inside the file system index is either cleared, reset, or completely rewritten, depending on the type of formatting you did.<\/p><p class=\"wp-block-paragraph\">In most common cases of a quick format, the original data is still present on the disk but can&rsquo;t be accessed because without the table of contents, it has become invisible to the system. Files are permanently wiped only when new data overwrites the old one (or, on SSDs, when the TRIM command erases them), and until that happens, you still have a shot at recovering it.<\/p><p class=\"wp-block-paragraph\"><strong>Formatting can broadly be of two types:<\/strong> High-level formatting and low-level formatting. Low-level formatting is done by the OEM itself.<\/p><p class=\"wp-block-paragraph\">As an everyday Windows user, you usually perform high-level formatting, which itself is of two types:<\/p><ul class=\"wp-block-list\">\n<li>A<strong> Quick Format<\/strong> does not scan the drive for bad sectors and only deletes the file allocation table to create a fresh file system structure. On HDDs, this leaves the sectors containing the original data untouched, though on SSDs, the TRIM command can erase that data almost immediately.<\/li>\n\n\n\n<li><strong>Full Format <\/strong>resets the file system index, scans the entire drive for damaged sectors, and actively overwrites every single sector with zeros. Once the sectors containing data are overwritten with zeros, the file are permanently gone.<\/li>\n<\/ul><figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Format Type<\/strong><\/td><td><strong>HDD Recovery Chance<\/strong><\/td><td><strong>SSD Recovery Chance<\/strong><\/td><\/tr><tr><td><strong>Quick Format<\/strong><\/td><td>High (if new data hasn&rsquo;t overwritten it)<\/td><td>Near Zero (due to instant TRIM command execution)<\/td><\/tr><tr><td><strong>Full Format<\/strong><\/td><td>Zero (all sectors overwritten with zeros)<\/td><td>Zero (all sectors overwritten and TRIM executed)<\/td><\/tr><\/tbody><\/table><\/figure><h2 class=\"wp-block-heading\" id=\"ssd-specifics:-how-trim-affects-data-recovery\">SSD Specifics: How TRIM Affects Data Recovery<\/h2><p class=\"wp-block-paragraph\">Another important factor is the type of drive you&rsquo;re using. If the formatted drive is an SSD, then there&rsquo;s one extra factor, TRIM, which affects your chances of recovery. Most modern SSDs support the TRIM command to optimize performance. When you delete a file or format the SSD, the OS can send a TRIM command to the drive, instructing it to erase the flash memory blocks that stored your data. While this feature allows SSDs to write new data faster without first having to erase those blocks later &ndash; it significantly reduces the chances of recovery. Therefore, always <a href=\"https:\/\/www.sony.com\/electronics\/support\/articles\/00014805\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">check if TRIM is enabled on your PC<\/a> before attempting recovery.<\/p><h3 class=\"wp-block-heading\">How to Check if TRIM Is Enabled on Your PC<\/h3><ul class=\"wp-block-list\">\n<li>Open Command Prompt as Administrator.<\/li>\n\n\n\n<li>Run <strong>fsutil behavior query DisableDeleteNotify<\/strong>.<\/li>\n\n\n\n<li>Check the result: <strong>DisableDeleteNotify = 0<\/strong> means TRIM is enabled. <strong>1 <\/strong>means it&rsquo;s disabled.<\/li>\n<\/ul><h3 class=\"wp-block-heading\">Internal vs External SSDs<\/h3><p class=\"wp-block-paragraph\">The likelihood of recovery further hinges on how the SSD is connected to your PC.<\/p><ul class=\"wp-block-list\">\n<li><strong>Internal SSDs:<\/strong> TRIM is enabled by default on most modern systems, which makes data recovery difficult after formatting.<\/li>\n\n\n\n<li><strong>External SSDs:<\/strong> Whether TRIM reaches the drive comes down to the USB bridge chipset in the adapter or enclosure, not the file system you formatted it with. Many USB-to-SATA and USB-to-NVMe adapters lack UASP\/SCSI UNMAP support so they never forward the TRIM command in the first place, which is why formatted external SSDs often have better recovery odds than internal ones, whether they&rsquo;re NTFS or exFAT. If your adapter does support UASP, treat the drive like an internal one: TRIM may already have run.<\/li>\n<\/ul><p class=\"wp-block-paragraph\">The other important consideration is which type of SSD connector is being used. While both SATA and NVMe SSD interfaces support TRIM, they differ in terms of communication speed. Since NVMe interfaces communicate at significantly greater speeds with the OS, it follows logically that TRIM operations would be completed significantly quicker than those performed using SATA. Therefore, where recovery attempts are made on a formatted NVMe SSD, the potential timeframe for recovery could also be reduced.<\/p><p class=\"wp-block-paragraph\">The chances of recovery decrease further when you format your SSD during a Windows reinstallation because the OS starts writing its own installation files to the SSD, which could overwrite files that were still recoverable prior to that event.<\/p><p class=\"wp-block-paragraph\">While the above factors pose challenges, <strong>recovery is still possible if the drive was quick formatted<\/strong> as TRIM hasn&rsquo;t yet erased the affected blocks, and no new data is written to the SSD. That&rsquo;s why acting immediately gives you the best chance of getting your files back.<\/p><h2 class=\"wp-block-heading\" id=\"stop-and-assess-your-situation-before-doing-anything\">Stop and Assess Your Situation Before Doing Anything<\/h2><p class=\"wp-block-paragraph\">Once you have formatted the drive, your next action can make or break your prospects of a successful recovery. <strong>Stop all write operations to the formatted drive<\/strong> and first check what type of drive you&rsquo;re using:<\/p><ul class=\"wp-block-list\">\n<li><strong>If it&rsquo;s an HDD:<\/strong> Avoid using the drive and proceed with data recovery as soon as possible. Your files can be recovered as long as new data doesn&rsquo;t overwrite them.<\/li>\n\n\n\n<li><strong>If it&rsquo;s an SSD:<\/strong> Check whether TRIM is enabled, if yes, the recovery window is very short. Disconnect the drive immediately and begin recovery without delay.<\/li>\n<\/ul><p class=\"wp-block-paragraph\">If you used the option to format the drive during the <strong>windows reinstallation<\/strong> process, do not proceed with the installation, if possible. The operating systems installation will write hundreds of files to the drive, and this can very quickly overwrite recoverable data &ndash; especially when using an HDD. Also, be cautious when using disk utility programs, such as <strong><a href=\"https:\/\/www.stellarinfo.com\/blog\/how-to-recover-files-which-are-lost-after-using-chkdsk-command\/\" type=\"link\" id=\"https:\/\/www.stellarinfo.com\/blog\/how-to-recover-files-which-are-lost-after-using-chkdsk-command\/\">CHKDSK<\/a><\/strong>, <strong>DiskPart<\/strong>, etc. to fix problems with the storage device. While disk utility programs can help repair many types of storage related issues, once you run them, they can alter the file system or overwrite recoverable data.<\/p><p class=\"wp-block-paragraph\"><strong>Look at the physical state of the drive.<\/strong> If you hear <strong>clicking, grinding, or beeping sounds<\/strong> coming from the drive, or if the drive is no longer recognized by your computer, stop immediately! All these indicators typically represent that the drive is failing physically, and if you continue to access the drive you may make things worse. In most cases in which a physical failure is evident, it is best to contact a professional data recovery service rather than attempt recovery via software.<\/p><p class=\"wp-block-paragraph\">After reviewing the status of both (the physical condition of) the drive and ensuring it is no longer being accessed, you can begin to explore safe recovery options beginning with determining if a back-up already includes copies of your lost files.<\/p><h2 class=\"wp-block-heading\" id=\"how-to-recover-data-from-a-formatted-storage-drive?\">How to Recover Data from a Formatted Storage Drive?<\/h2><p class=\"wp-block-paragraph\">Now that you have an understanding about how formatting affects your data, and what factors are at play regarding the potential for file recovery, you may start to recover your files using the methods outlined. We suggest attempting the methods provided in sequence as follows: first, look to use backups and then use native recovery tools in Windows, and lastly, utilize specialized data recovery applications.<\/p><h3 class=\"wp-block-heading\">1.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Restore from File History Backup<\/h3><p class=\"wp-block-paragraph\">File History is a Windows backup feature which can restore lost files &ndash; including those that are deleted while formatting. It creates automatic backups of important locations like docs, pictures, videos, desktop, etc. But it works only if File History was enabled before the files were lost.<\/p><ul class=\"wp-block-list\">\n<li>Go to <strong>Control Panel &gt; System and Security &gt; File History<\/strong> and click <strong>Restore personal files<\/strong>.<\/li>\n<\/ul><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"764\" height=\"397\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/restore-from-file-history-backup.png\" alt=\"Click restore personal files\" class=\"wp-image-194431 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/restore-from-file-history-backup.png 764w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/restore-from-file-history-backup-300x156.png 300w\" sizes=\"auto, (max-width: 764px) 100vw, 764px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>Use the on-screen left\/right arrow buttons at the bottom of the window to browse through backup versions and locate your files.<\/li>\n\n\n\n<li>Select the files you want to recover.<\/li>\n\n\n\n<li>Click <strong>Restore<\/strong> to the move the files to a secure location.<\/li>\n<\/ul><h3 class=\"wp-block-heading\">2.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Restore Using Previous Versions (Shadow Copies)<\/h3><p class=\"wp-block-paragraph\">The System Protection feature allows Windows to take automatic snapshots of your files &amp; folders, which are saved in the background and can be used to restore files to an earlier state. If a restore point or shadow copy was created before the drive was formatted, you may be able to recover your files. This only works if System Protection was already enabled on the affected drive before the format.<\/p><p class=\"wp-block-paragraph\"><strong>Important: <\/strong>Configuring Shadow Copies via System Protection is fully supported only on Windows 10\/11 Home, Pro, Enterprise, and Education.<\/p><ul class=\"wp-block-list\">\n<li>In File Explorer, find the folder or drive that stored the lost file.<\/li>\n\n\n\n<li>Right-clickthe folder&nbsp;and select<strong> Properties.<\/strong><\/li>\n<\/ul><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"877\" height=\"465\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-properties.png\" alt=\"Select properties\" class=\"wp-image-194433 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-properties.png 877w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-properties-300x159.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-properties-768x407.png 768w\" sizes=\"auto, (max-width: 877px) 100vw, 877px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>Click <strong>Previous Versions tab.&nbsp;<\/strong><\/li>\n<\/ul><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"874\" height=\"466\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-previous-versions.png\" alt=\"Click previous versions tab\" class=\"wp-image-194434 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-previous-versions.png 874w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-previous-versions-300x160.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-previous-versions-768x409.png 768w\" sizes=\"auto, (max-width: 874px) 100vw, 874px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>Select the version you want to retrieve, and click <strong>Restore.<\/strong><\/li>\n<\/ul><h3 class=\"wp-block-heading\">3.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Use Backup &amp; Restore (Windows 7)<\/h3><p class=\"wp-block-paragraph\">The (Windows 7) in the label is just legacy branding, Backup &amp; Restore feature is still available in both Windows 10 &amp; 11, and works just as well. If you had previously set it up to create full or incremental backups of your system, you can use it to restore files that were lost after the drive was formatted. It&rsquo;s a reliable option, but only if the backup was created before the format. &nbsp;<\/p><ul class=\"wp-block-list\">\n<li>Go to&nbsp;<strong>Control Panel<\/strong> &gt; <strong>System and Security<\/strong> &gt;&nbsp;<strong>Backup and Restore<\/strong> <strong>(Windows 7).<\/strong><\/li>\n<\/ul><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"772\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/control-panel-1024x772.png\" alt=\"Click backup and restore\" class=\"wp-image-194436 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/control-panel-1024x772.png 1024w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/control-panel-300x226.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/control-panel-768x579.png 768w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/control-panel.png 1182w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>Click&nbsp;<strong>Restore my files.<\/strong>&nbsp;<\/li>\n<\/ul><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"741\" height=\"453\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-restore-my-files.png\" alt=\"Click restore my files\" class=\"wp-image-194437 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-restore-my-files.png 741w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-restore-my-files-300x183.png 300w\" sizes=\"auto, (max-width: 741px) 100vw, 741px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>Click <strong>Browse for files.<\/strong><\/li>\n\n\n\n<li>Select the files you want and click <strong>Next.<\/strong><\/li>\n<\/ul><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"747\" height=\"474\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-next.png\" alt=\"Click next\" class=\"wp-image-194439 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-next.png 747w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-next-300x190.png 300w\" sizes=\"auto, (max-width: 747px) 100vw, 747px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>Choose the location where you want to move the files and click <strong>Restore.<\/strong><\/li>\n<\/ul><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"756\" height=\"486\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-restore.png\" alt=\"Click restore\" class=\"wp-image-194440 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-restore.png 756w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-restore-300x193.png 300w\" sizes=\"auto, (max-width: 756px) 100vw, 756px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>Click <strong>Finish<\/strong> to confirm.<\/li>\n<\/ul><h3 class=\"wp-block-heading\">4.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Check Cloud Backup<\/h3><p class=\"wp-block-paragraph\">Cloud platforms like Google Drive and OneDrive feature a trash mechanism which is similar to Windows Recycle Bin. When a file synced to the cloud gets deleted, it is moved to this temporary location rather than being permanently erased. Note, however, that most of these platforms will automatically clear your files from Trash (for ex. Google Drive keeps deleted files for <strong>30<\/strong> days), so act accordingly.<\/p><p class=\"wp-block-paragraph\"><strong>Note:<\/strong> OneDrive Personal clears trash after <strong>30<\/strong> days; OneDrive for Business (work\/school accounts) retains deleted files for <strong>93<\/strong> days.<\/p><p class=\"wp-block-paragraph\">Here&rsquo;s we&rsquo;ll show you how to recover files from Trash in Google Drive:<\/p><ul class=\"wp-block-list\">\n<li>Go to Google Drive storage and sign in with your credentials.<\/li>\n\n\n\n<li>Click <strong>Trash<\/strong> in the left panel.<\/li>\n<\/ul><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"663\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-trash-1024x663.png\" alt=\"Click trash\" class=\"wp-image-194442 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-trash-1024x663.png 1024w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-trash-300x194.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-trash-768x497.png 768w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-trash-1536x994.png 1536w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-trash.png 1545w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>Right-click the file you want to restore and click <strong>Restore.<\/strong><\/li>\n<\/ul><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"663\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-restore-trash-1024x663.png\" alt=\"Click restore\" class=\"wp-image-194443 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-restore-trash-1024x663.png 1024w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-restore-trash-300x194.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-restore-trash-768x497.png 768w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-restore-trash-1536x994.png 1536w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/click-restore-trash.png 1545w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><h3 class=\"wp-block-heading\">5.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Use Windows File Recovery (Command Line)<\/h3><p class=\"wp-block-paragraph\">Windows File Recovery is a free Microsoft tool that can recover files from a formatted drive when no backup exists. It scans the drive directly and attempts to pull back deleted files but the catch is that it&rsquo;s command-line only and requires sound technical expertise, so not ideal for beginners. Windows File Recovery offers two different modes depending on your file system and recovery scenario:<\/p><p class=\"wp-block-paragraph\"><strong>Regular Mode:<\/strong> Only supports NTFS file system<\/p><p class=\"wp-block-paragraph\"><strong>Extensive Mode:<\/strong> Ideal for FAT32 or exFAT drives, older deletion, formatted drive, or corrupted NTFS volumes<\/p><p class=\"wp-block-paragraph\">It works on Windows 10 (2004 and later) and Windows 11. Here&rsquo;s the workflow:<\/p><ul class=\"wp-block-list\">\n<li>Download and install <strong>Windows File Recovery<\/strong> from the Microsoft Store.<\/li>\n\n\n\n<li>Open it. It&rsquo;ll launch as a Command Prompt window.<\/li>\n\n\n\n<li>Use this basic command structure: <strong>winfr source-drive: destination-drive: [\/mode] [\/switches].<\/strong><\/li>\n<\/ul><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"311\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/execute-command.jpg\" alt=\"Run the winfr command\" class=\"wp-image-194445 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/execute-command.jpg 650w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/execute-command-300x144.jpg 300w\" sizes=\"auto, (max-width: 650px) 100vw, 650px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>Let the scan run.<\/li>\n\n\n\n<li>Once done, check your destination folder for recovered files.<\/li>\n<\/ul><h3 class=\"wp-block-heading\">6.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Use Data Recovery Software<\/h3><p class=\"wp-block-paragraph\">If you don&rsquo;t have a backup, dedicated data recovery software is usually the most effective way to recover data from a formatted drive. It performs a deep scan of the storage device to locate recoverable files that are no longer accessible through the file system.<\/p><p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.stellarinfo.com\/windows-data-recovery-professional.php\">Stellar Data Recovery Professional<\/a> helps you recover files deleted after formatting, including docs, audio, photos, videos, and much more. It is compatible with all the standard Windows file systems&mdash;NTFS, FAT32, exFAT, ReFS, etc., and supports recovery from all types of storage devices.<\/p><ul class=\"wp-block-list\">\n<li>Launch Stellar Data Recovery Professional on your PC.<\/li>\n\n\n\n<li>On the <strong>What to Recover<\/strong> screen, select the type of data you want to recover.<\/li>\n\n\n\n<li>Click <strong>Next<\/strong>.<\/li>\n<\/ul><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"690\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/pro-demo-1-1024x690.png\" alt=\"click next\" class=\"wp-image-194447 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/pro-demo-1-1024x690.png 1024w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/pro-demo-1-300x202.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/pro-demo-1-768x518.png 768w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/pro-demo-1.png 1429w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>On the <strong>Recover From<\/strong> screen, select the drive volume in which you want to search for lost files.<\/li>\n<\/ul><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"690\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/pro-demo-2-1-1024x690.png\" alt=\"Select the volume you want to scan\" class=\"wp-image-194449 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/pro-demo-2-1-1024x690.png 1024w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/pro-demo-2-1-300x202.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/pro-demo-2-1-768x518.png 768w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/pro-demo-2-1.png 1432w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>Click <strong>Scan. <\/strong>A screen displaying the scanning process will appear.<\/li>\n<\/ul><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"691\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/scan-complete-wdr-1024x691.png\" alt=\"Scan results are displayed\" class=\"wp-image-194450 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/scan-complete-wdr-1024x691.png 1024w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/scan-complete-wdr-300x203.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/scan-complete-wdr-768x518.png 768w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/scan-complete-wdr.png 1348w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>Recovered files will be displayed for you to <strong>Preview.<\/strong><\/li>\n<\/ul><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"693\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/preview-WDR-demo-1024x693.png\" alt=\"Click preview\" class=\"wp-image-194453 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/preview-WDR-demo-1024x693.png 1024w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/preview-WDR-demo-300x203.png 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/preview-WDR-demo-768x519.png 768w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/preview-WDR-demo.png 1341w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>Select the files you want to retrieve and click <strong>Recover <\/strong>to save them at a desired location.<\/li>\n<\/ul><h2 class=\"wp-block-heading\" id=\"when-software-won&rsquo;t-work:-consider-a-professional-recovery-lab\">When Software Won&rsquo;t Work: Consider a Professional Recovery Lab<\/h2><p class=\"wp-block-paragraph\">Data recovery software is capable of recovering files from a variety of accidentally formatted drives, but it&rsquo;s no magic bullet. There are cases where the data is not recoverable via software and if you attempt to recover it yourself, you will potentially decrease the chances of successful recovery. A <strong>professional data recovery lab <\/strong>should be considered when:<\/p><ul class=\"wp-block-list\">\n<li>Your hard drive is making clicking, grinding or beeping sounds indicating possible physical damage to the drive.<\/li>\n\n\n\n<li>The drive is not detected by your computer or is displayed as having a different capacity than it actually does.<\/li>\n\n\n\n<li>The SSD has already been executed with the trim command and software cannot find your files.<\/li>\n\n\n\n<li>Additional hardware issues have occurred on the drive prior to formatting, or during or after formatting.<\/li>\n\n\n\n<li>The data being recovered is business-critical, irreplaceable, too valuable to risk losing.<\/li>\n<\/ul><p class=\"wp-block-paragraph\">When expert help is required for any reason, <a href=\"https:\/\/www.stellarinfo.com\/services\/data-recovery.php\">Stellar Data Recovery Lab Services<\/a> can recover data from storage devices affected by accidental deletion, file system corruption, physical failure, and incorrectly formatted storage media. Stellar engineers utilize specialized tools and work in cleanrooms to retrieve data from hard disk drives (HDDs), solid state drives (SSDs), RAID arrays, NAS devices, USB flash drives, memory cards and other types of storage devices.<\/p><h2 class=\"wp-block-heading\" id=\"how-to-prevent-data-loss-due-to-accidental-format?\">How to Prevent Data Loss due to Accidental Format?<\/h2><p class=\"wp-block-paragraph\">Data loss from an accidental format can often be undone, but a few simple safeguards will make protecting your files far easier next time.<\/p><ul class=\"wp-block-list\">\n<li><strong>Follow the 3-2-1 backup rule<\/strong>. Keep three copies of your data on two separate types of storage media and keep one copy offsite. This way you&rsquo;ll have a backup regardless of whether one of your devices fails or gets formatted.<\/li>\n\n\n\n<li><strong>Automatically back up your files<\/strong>. Enable <strong>File History<\/strong> or <strong>Backup and Restore<\/strong>, which will allow your computer to create backups of your files at set time intervals. Having these backups will make recovering your data after an Accidental Format significantly easier.<\/li>\n\n\n\n<li><strong>Use cloud sync services<\/strong>. Services such as OneDrive, Google Drive, and Dropbox will automatically create a backup of all files saved into their respective synced folders. This creates another avenue for recovering data if your main hard drive is formatted.<\/li>\n\n\n\n<li><strong>Clearly label your drives<\/strong>. Labeling your internal and external hard drives with clear descriptions will minimize the chance of accidentally formatting the wrong drive while installing new Windows.<\/li>\n\n\n\n<li><strong>Disconnect secondary drives before reinstalling windows<\/strong>. Remove all external drives and disconnect any non-essential internal drives when reinstalling Windows to reduce the chances of incorrectly formatting either a partition or a full disk.<\/li>\n\n\n\n<li><strong>Take extra precautions with SSDs<\/strong>. Since the <strong>TRIM<\/strong> command can permanently erase deleted data shortly after formatting, keep automatic backups or cloud sync enabled at all times.<\/li>\n<\/ul><h2 class=\"wp-block-heading\" id=\"summing-up\">Summing Up<\/h2><p class=\"wp-block-paragraph\">Accidentally formatting a drive doesn&rsquo;t always mean your data is gone forever. In most cases, especially after a Quick Format on an HDD, your files remain on the drive until they&rsquo;re overwritten. This gives you a real chance of recovery. But factors like TRIM on SSDs, a Full Format, or continued use of the drive can greatly minimize your chances of recovery. Stop using the formatted drive immediately and choose the recovery method that best suits your specific case.<\/p><p class=\"wp-block-paragraph\">Most importantly, don&rsquo;t wait until after a data loss incident to think about backups. Following a sound backup strategy and taking a few preventive precautions can save you from the stress, cost, and uncertainty of recovering data from a formatted drive.<\/p><h2 class=\"wp-block-heading\" id=\"faqs\">FAQs<\/h2>\n","protected":false},"excerpt":{"rendered":"<p>You often format your storage drive as part of regular upkeep to&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/how-to-recover-data-from-a-formatted-drive\/\">Continue reading <span class=\"screen-reader-text\">How to Recover Data from a Formatted Drive?<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":91279,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[701],"tags":[207,922],"class_list":["post-194478","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-windows-data-recovery-professional","tag-data-recovery-software","tag-windows-data-recovery","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Recover Data from a Formatted Hard Drive (2026)<\/title>\n<meta name=\"description\" content=\"Accidentally formatted a drive? A quick format erases the file index, not the data. Learn 6 ways to recover your files.\" \/>\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\/how-to-recover-data-from-a-formatted-drive\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Recover Data from a Formatted Hard Drive (2026)\" \/>\n<meta property=\"og:description\" content=\"Accidentally formatted a drive? A quick format erases the file index, not the data. Learn 6 ways to recover your files.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/how-to-recover-data-from-a-formatted-drive\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-15T05:49:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-15T05:55:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/restore-from-file-history-backup.png\" \/>\n\t<meta property=\"og:image:width\" content=\"764\" \/>\n\t<meta property=\"og:image:height\" content=\"397\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Oliver Powell\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Oliver Powell\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"15 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/how-to-recover-data-from-a-formatted-drive\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/how-to-recover-data-from-a-formatted-drive\\\/\"},\"author\":{\"name\":\"Oliver Powell\",\"@id\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/#\\\/schema\\\/person\\\/95c1c00ba0e7b85f1fe3e39bb98a5a4d\"},\"headline\":\"How to Recover Data from a Formatted Drive?\",\"datePublished\":\"2026-07-15T05:49:17+00:00\",\"dateModified\":\"2026-07-15T05:55:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/how-to-recover-data-from-a-formatted-drive\\\/\"},\"wordCount\":2771,\"image\":{\"@id\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/how-to-recover-data-from-a-formatted-drive\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/default_featured-1.jpg\",\"keywords\":[\"Data Recovery Software\",\"Windows data recovery\"],\"articleSection\":[\"Windows Data Recovery- Professional\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/how-to-recover-data-from-a-formatted-drive\\\/\",\"url\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/how-to-recover-data-from-a-formatted-drive\\\/\",\"name\":\"How to Recover Data from a Formatted Hard Drive (2026)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/how-to-recover-data-from-a-formatted-drive\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/how-to-recover-data-from-a-formatted-drive\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/default_featured-1.jpg\",\"datePublished\":\"2026-07-15T05:49:17+00:00\",\"dateModified\":\"2026-07-15T05:55:10+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/#\\\/schema\\\/person\\\/95c1c00ba0e7b85f1fe3e39bb98a5a4d\"},\"description\":\"Accidentally formatted a drive? A quick format erases the file index, not the data. Learn 6 ways to recover your files.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/how-to-recover-data-from-a-formatted-drive\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/how-to-recover-data-from-a-formatted-drive\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/how-to-recover-data-from-a-formatted-drive\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/default_featured-1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/default_featured-1.jpg\",\"width\":768,\"height\":461},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/how-to-recover-data-from-a-formatted-drive\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Recover Data from a Formatted Drive?\"}]},{\"@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\\\/95c1c00ba0e7b85f1fe3e39bb98a5a4d\",\"name\":\"Oliver Powell\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9c3d71fa571795cb140af97a34706214a8889af6243cccf3d23a19dd33eec6e6?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9c3d71fa571795cb140af97a34706214a8889af6243cccf3d23a19dd33eec6e6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9c3d71fa571795cb140af97a34706214a8889af6243cccf3d23a19dd33eec6e6?s=96&d=mm&r=g\",\"caption\":\"Oliver Powell\"},\"description\":\"Oliver Powell is a Data Recovery Expert at Stellar\u00ae. He is a passionate technology blogger &amp; content creator, He explores new applications and has deep understanding of data recovery. He has experience in Windows &amp; Mac data recovery domain.\",\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/oliver-powell-978671123\\\/\"],\"url\":\"https:\\\/\\\/www.stellarinfo.com\\\/blog\\\/author\\\/abhayjeet\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Recover Data from a Formatted Hard Drive (2026)","description":"Accidentally formatted a drive? A quick format erases the file index, not the data. Learn 6 ways to recover your files.","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\/how-to-recover-data-from-a-formatted-drive\/","og_locale":"en_US","og_type":"article","og_title":"How to Recover Data from a Formatted Hard Drive (2026)","og_description":"Accidentally formatted a drive? A quick format erases the file index, not the data. Learn 6 ways to recover your files.","og_url":"https:\/\/www.stellarinfo.com\/blog\/how-to-recover-data-from-a-formatted-drive\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2026-07-15T05:49:17+00:00","article_modified_time":"2026-07-15T05:55:10+00:00","og_image":[{"width":764,"height":397,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2026\/07\/restore-from-file-history-backup.png","type":"image\/png"}],"author":"Oliver Powell","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oliver Powell","Est. reading time":"15 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/how-to-recover-data-from-a-formatted-drive\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/how-to-recover-data-from-a-formatted-drive\/"},"author":{"name":"Oliver Powell","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/95c1c00ba0e7b85f1fe3e39bb98a5a4d"},"headline":"How to Recover Data from a Formatted Drive?","datePublished":"2026-07-15T05:49:17+00:00","dateModified":"2026-07-15T05:55:10+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/how-to-recover-data-from-a-formatted-drive\/"},"wordCount":2771,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/how-to-recover-data-from-a-formatted-drive\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/12\/default_featured-1.jpg","keywords":["Data Recovery Software","Windows data recovery"],"articleSection":["Windows Data Recovery- Professional"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/how-to-recover-data-from-a-formatted-drive\/","url":"https:\/\/www.stellarinfo.com\/blog\/how-to-recover-data-from-a-formatted-drive\/","name":"How to Recover Data from a Formatted Hard Drive (2026)","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/how-to-recover-data-from-a-formatted-drive\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/how-to-recover-data-from-a-formatted-drive\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/12\/default_featured-1.jpg","datePublished":"2026-07-15T05:49:17+00:00","dateModified":"2026-07-15T05:55:10+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/95c1c00ba0e7b85f1fe3e39bb98a5a4d"},"description":"Accidentally formatted a drive? A quick format erases the file index, not the data. Learn 6 ways to recover your files.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/how-to-recover-data-from-a-formatted-drive\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/how-to-recover-data-from-a-formatted-drive\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/how-to-recover-data-from-a-formatted-drive\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/12\/default_featured-1.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2021\/12\/default_featured-1.jpg","width":768,"height":461},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/how-to-recover-data-from-a-formatted-drive\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Recover Data from a Formatted Drive?"}]},{"@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\/95c1c00ba0e7b85f1fe3e39bb98a5a4d","name":"Oliver Powell","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9c3d71fa571795cb140af97a34706214a8889af6243cccf3d23a19dd33eec6e6?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/9c3d71fa571795cb140af97a34706214a8889af6243cccf3d23a19dd33eec6e6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9c3d71fa571795cb140af97a34706214a8889af6243cccf3d23a19dd33eec6e6?s=96&d=mm&r=g","caption":"Oliver Powell"},"description":"Oliver Powell is a Data Recovery Expert at Stellar\u00ae. He is a passionate technology blogger &amp; content creator, He explores new applications and has deep understanding of data recovery. He has experience in Windows &amp; Mac data recovery domain.","sameAs":["https:\/\/www.linkedin.com\/in\/oliver-powell-978671123\/"],"url":"https:\/\/www.stellarinfo.com\/blog\/author\/abhayjeet\/"}]}},"_links":{"self":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/194478","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\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/comments?post=194478"}],"version-history":[{"count":6,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/194478\/revisions"}],"predecessor-version":[{"id":194489,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/194478\/revisions\/194489"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/91279"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=194478"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=194478"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=194478"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}