Helping people with computers... one answer at a time.

Partitioning and formatting a new disk, internal or external, is often not needed but it's easy to do using Windows built-in disk manager.

I have a new 500GB external USB hard drive and would like to format and partition it. How do I do that?

Well, to begin with, you may not need to. Most come pre-formatted as a single partition.

But if it didn't, or if you don't like the default setup, changing it is easy. And of course you'll want to do this before you load that disk up with data.

As I said, most external hard drives come ready to use. Just plug 'em in, let Windows discover it, and *poof* there's another drive on your system ready to use.

Most will come pre-configured as a single unlabelled partition using the FAT32 filesystem.

If that's what you have, and if that's what you want, you can stop reading now, since you're done. You need do nothing more.

"... most external hard drives come ready to use."

If you want to change what you have, the tools you need to do so are already right there in Windows.

Start by right clicking on My Computer and then clicking on Manage. In the resulting application window, click on Disk Management in the left hand pane. You should see something similar to this:

Windows Disk Management Application

At the top you'll see all the logical disks on your system listed alphabetically by label by default. Below that you'll see a graphical representation of all the physical disk drives known to your system. If a physical drive has more than one partition those partitions will be shown together on the single physical drive.

In this example, my drive "E:" is an external USB drive. It happens to be my backup drive where nightly backups are stored.

Remove the Existing Partition

Let's assume for a moment that I'm unhappy with the current configuration of the partitions on my external drive and want to change it. My first step would be to remove the existing partition.

You need to right click on the drive in the lower pane, and you should see this menu:

Disk Management Menu

Important: the next step will delete everything on the drive. Everything. Make sure this is what you want before proceeding.

Click on Delete Partition

The representation of the drive should change from "Healthy" to "Unallocated".

Partition The Drive

Right click on the drive again, and the option that was once "Delete Partition" is now "New Partition". Click on that to set up your new partition.

You'll then be asked to select "Primary" or "Extended" partition. Primary is sufficient unless you plan to put more than 4 partitions on this hard disk. You'll then also be asked how much of the space to allocate for the new partition you're creating.

Typically, I recommend simply allocating the entire space to a single partition. You can, if you like, allocate less than the maximum space to the partition you're creating now so that you have room for additional partitions on the same hard disk. Remember that each partition, once formatted, will appear as its own logical disk (C:, D:, E: and so on.)

You'll then be asked about formatting, which I'll cover below.

Once you've formatted the new partition, it'll appear as "Healthy", and any leftover space will continue to display "Unallocated". You can then repeat this partitioning process on that unallocated space until your entire drive has been allocated.

Format Your Drive

Assuming that partitioning has been performed above, or you don't want to change the partitioning of your drive, the next thing to change would be the format of the drive.

Important: formatting a drive will delete everything on the drive. Everything. Make sure this is what you want before proceeding.

Right click on the drive that you wish to format, click on the Format item, press OK on the dire warning, and you'll get a dialog similar to this:

Disk Management Format Interface

Let's look at each of those options:

  • Volume Label - is the name that will appear when the logical disk is displayed in Windows Explorer, in File selection dialog boxes and in other situations. It's a convenient way to identify disks by name rather than only by letter. The label is an attribute of the drive, so particularly on removable drives the label stays the same no matter what machine you plug it into, or what drive letter it gets assigned.

  • File System - I recommend NTFS unless the drive is going to be used by older versions of Windows, or by non-Windows systems. There's debate as to whether NTFS is faster (I think it is), but it also supports additional security features like file permissions, and can typically make more efficient use of larger disks.

  • Allocation unit size - can be left at "Default".

  • Perform a Quick format - for the type of format we're doing here, I actually recommend leaving this unchecked. A quick format only writes the bare minimum of information to establish the disk's new configuration. If the disk has been in use for a while, that's fine and is what I typically recommend. However, when going through the effort of formatting a new disk I suggest using this opportunity to have the format process actually write the entire drive. It may take a while.

  • Enable file and folder compression - I have mixed feelings about this. The overhead of compressing and decompressing files is no longer significant with today's processor speeds. However, I have concerns about data recovery if the disk ever experiences an issue. My concerns may not be valid, but ultimately, I never run with compression on any of my hard disks, preferring instead to compress the individual files as appropriate instead. So many file formats, like most audio and video files, are already compressed that the compression offered by the file system is often negligible. I leave this unchecked.

That's it. Press OK and after a period of time you'll have a formatted, ready-to-use disk.

A Word on Disk Partitioning Utilities

As you've seen, the process we used above to adjust the existing partitions on the hard disk involve deleting the entire contents of the disk, changing the partition structure, and then placing the disk back into service.

It may not have to be that way.

There are third party utilities such as Partition Magic or Acronis Disk Director that will allow you to resize partitions without first erasing the disk. Of course I still recommend a full backup of the disk you're about to modify first, but these can be useful utilities.

Here's why I'm not suggesting them: how often do you really repartition a disk?

In my mind it's much more common to do it once, and then leave the configuration alone. A change is typically so infrequent that the utilities - however good they are - often aren't worth the effort.

However, that's obviously a decision you can make on your own, since it's a classic time / money tradeoff.

But particularly for a new disk just being placed into service, there's no need for advanced management tools. Once it's empty, and while it's empty, it's a perfect time to perform any partitioning or formatting or the like using Windows own built-in tools.

Article C3447 - July 17, 2008

Leo Leo A. Notenboom has been playing with computers since he was required to take a programming class in 1976. An 18 year career as a programmer at Microsoft soon followed. After "retiring" in 2001, Leo started Ask Leo! in 2003 as a place for answers to common computer and technical questions. More about Leo.

Not what you needed?

Recent Comments
72 Comments

Thanks! The info was very very helpful. Kudos!

Posted by: francuso at November 30, 2011 12:53 PM

for the past 5 weeks I was stuck with Drive F 49.5 GB
drive G6.6GB each time I tried to reformat , each drive formatted separately, I still had 1 drive 2 partition, your method , saved me time and now I have only drive f with 55.GB THANK YOU

Posted by: Mario Tito at December 9, 2011 5:35 PM

Thanks Leo!... We're waiting your next tips. Bon courage.

Posted by: Galih at January 8, 2012 5:27 PM

Is it possible for me to partition my drive,and still keep the data on it intact ?I just got a new one,and I've backed up all my computer data on it.Now I realize I should have partitioned it!

Some partition management software will preserve data for some operations, but if you're creating a new partition I know of no tools that let you say "put this data on the new partition, leave this data on the old partition".
Leo
17-Mar-2012

Posted by: ashna at March 12, 2012 8:01 AM

Thanks, Leo. Your instructions were clear and easy to understand! What a big help...I appreciate your time and expertise!

Posted by: Kay Ruddock at May 6, 2012 2:33 PM
Post a comment on "How do I format and partition my new external hard disk?":





Remember Me?

(You may use HTML tags for style)

Before commenting, please...

  • READ THE ARTICLE. A comment that shows you didn't will be deleted and ignored.

  • Comment only on the article. Use the search box at the top of the page if you have a question about something else.

  • NO PERSONAL INFORMATION in the comment. No email addresses. No phone numbers. No physical addresses.

  • Anything that looks the least bit like spam will be deleted. Links to unrelated sites or links that appear to be primarily promotional will be deleted, or the comment will be deleted.

  • Don't ask me to recover lost passwords or hacked accounts. I can't. Those comments will be deleted.

  • I can't respond to every comment. And I can't vouch for the accuracy of others who do.

Please wait. Your comment is being processed ...