To factory reset an external hard drive means to erase all data and reformat it to a new file system, restoring it to a blank, like-new state. You would do this to fix file system errors or performance issues, change the drive's format for compatibility with a different device, or securely wipe your personal data before selling or donating the drive.
What a factory reset on an external hard drive actually does
A factory reset on an external hard drive erases all data and then reformats the drive with a fresh file system structure. This process serves two main purposes: fixing problems or securely wiping data. If your drive is experiencing errors, slow performance, or corruption, a reset can resolve these issues by clearing out problematic file structures. If you are selling, donating, or discarding the drive, a reset ensures your personal files are permanently removed, protecting your privacy. For a complete system refresh, you might also need to factory reset hp pavilion gaming laptop to restore its original performance, or factory reset a dell laptop if that is the machine paired with your external drive.
Before you start: back up and prepare
Before performing any reset or format, always back up important data, as the process will permanently delete all files on the drive. Follow this concise checklist:
- Back up all files you want to keep to another storage device, cloud service, or your computer's internal drive.
- Ensure your external hard drive is connected to a stable power source, especially if it is a larger desktop drive that requires external power.
- Identify your operating system (Windows, macOS, or Linux) so you can follow the correct steps.
How to factory reset your external hard drive on Windows
Windows offers two main methods: a simple format via File Explorer for a quick reset, and a more thorough Diskpart clean method for a full, secure wipe.
Method 1: Quick reset using File Explorer
- Connect your external hard drive to your computer.
- Open File Explorer, right-click on the drive, and select "Format."
- Choose a file system (NTFS is best for Windows-only use; exFAT for cross-platform compatibility).
- For a quick reset, leave the "Quick Format" box checked. This removes file references, making data appear deleted but potentially recoverable with specialized tools.
- Click "Start" to begin the format. The drive will be erased and ready for use in a few seconds.
Method 2: Full, secure wipe using Diskpart
- Type
diskpartand press Enter. - Type
list diskand press Enter to see all connected drives. Note the disk number of your external hard drive (verify by its size). - Type
select disk X(replace X with your drive's number) and press Enter. - Type
clean alland press Enter. This overwrites the entire drive, making data much harder to recover. This process can take several hours depending on drive size. - Once complete, type
exitand press Enter. The drive will now appear as unallocated. You must initialize and format it using Disk Management before use.
For more advanced options, such as initializing a new drive or performing a full format, use Disk Management by right-clicking the Start button and selecting "Disk Management." For drives under 2TB, the MBR partition style is typically used, while GPT is for drives over 2TB.
How to factory reset your external hard drive on Mac
macOS uses the built-in Disk Utility application to erase and reformat drives.
- Open Disk Utility, located in /Applications/Utilities.
- Click "View" in the menu bar and select "Show All Devices." This crucial step ensures you select the entire physical drive, not just a volume or partition.
- Select your external hard drive from the left sidebar (it will show the manufacturer name and capacity).
- Click the "Erase" button at the top of the window.
- Name the drive.
- Choose a format: APFS is the newer, faster, and more secure format, especially for SSDs; Mac OS Extended (Journaled) is an older option suitable for HDDs; exFAT is recommended for cross-platform use between Mac and Windows.
- For the scheme, choose GUID Partition Map (GPT), which is generally the recommended scheme.
- Click "Erase." For solid-state drives (SSDs), Disk Utility's "Security Options" for multiple-pass secure erasure are often not available or recommended due to how SSDs manage data and potential wear; encryption like FileVault is suggested for data security.
How to factory reset your external hard drive on Linux
Linux users can use the Disks utility (GUI) or terminal commands. This is for more technical users.
Using the Disks utility (GUI)
- Open the Disks utility from your system menu.
- Select your external hard drive from the list on the left.
- Choose a partition scheme (GPT is recommended).
- Click "Format," then click the "+" button to create a new partition.
- Choose a file system (ext4 for Linux-only, exFAT for cross-platform use) and name the volume.
- Click "Create" to format the drive.
Using terminal commands
- Open a terminal and type
lsblkto identify your external drive (e.g., /dev/sdb). - Type
sudo mkfs.ext4 /dev/sdb1(replace ext4 with your desired file system and sdb1 with your partition) to format the partition. - Press Enter and confirm the action when prompted.
Choosing the right file system for your drive
During the format step, you must choose a file system. Here is a simple guide to help you pick the best one:
- NTFS: Best for Windows-only use. Offers full support for large files and advanced features.
- APFS: Best for macOS-only use, especially with SSDs. It is the newer, faster, and more secure format.
- exFAT: Recommended for cross-platform compatibility between Windows and macOS. Supports large files and works on both systems without modification.
- FAT32: An older format compatible with many devices, but limited to a 4GB maximum file size per file.
Restoring your data to the freshly reset drive
After the factory reset and formatting are complete, the final step is to copy your backed-up files back onto the now-empty external hard drive. Simply connect the drive, open it in your file manager, and drag or copy your files from the backup location to the drive. Verify that all important data has been transferred successfully before disconnecting the drive.

















