Ask Leo! by Leo A. Notenboom

How do I convert to NTFS?

Search First! Then browse: Categories | Full Archive | By Date | Newsletter

Home » Hardware » Disks and Mass Storage

Summary: Converting a disk drive or partition from FAT32 to NTFS is fairly easy. We'll look at when you might want to, and the few options for converting back.

How can I change my Windows from FAT32 to NTFS?

First, we need to be clear about something; it's not Windows that you are converting, but the way that Windows stores information on your hard disk.

It's the disks that use either FAT32 or NTFS as the "file system" for storing data.

Converting from FAT32 to NTFS is relatively easy. Converting back ... not so much.

In Should I convert my FAT32 drives to NTFS? I enumerated a few reasons why you might prefer NTFS ("NT File System", or "New Technology File System") over FAT32 ("File Allocation Table" - 32 bit version) for hard drives:

  • NTFS stores dates and times in GMT rather than local time.

  • NTFS uses disk space more efficiently.

  • NTFS is slightly faster on average.

  • NTFS allows per-user security settings.

"Once you've made the choice to switch, it turns out to be fairly easy."

There are also a couple of cases where FAT32 is the better choice:

  • Disks that will be accessed by different versions of Windows, or different operating systems entirely. Be it by virtue of booting into different operating systems, or because the disk is removable and may be taken to machines running other operating systems, FAT32 is still the most compatible across different systems.

  • Flash memory in general - SD or CF RAM cards for your camera or MP3 players for example - should also be FAT for much the same reason. Most devices that use these memory cards only understand FAT.

Once you've made the choice to switch, it turns out to be fairly easy.

The easiest, of course, is to make the choice when you're installing Windows. The setup program allows you to specify that the drive you're about to install to should be formatted NTFS before the installation begins.

However, assuming you have an already running system and wish to convert "in place", it's a simple command.

In a Windows Command Prompt (typically in Start, All Programs, Accessories), type the following:

CONVERT D: /FS:NTFS

In this example, I've told it to convert my "D:" drive.

Your system will churn away at the disk for a while converting it from FAT32 to NTFS. That's all there is to it. (Note that if you've specified the drive containing Windows itself, you'll instead be prompted to allow the conversion to happen on the next reboot.)

A word about converting back.

You can't.

At least not easily.

The convert utility we just ran is a one-way street. It does one thing only, convert FAT to NTFS; it does not support converting an NTFS disk back to FAT32.

The only practical way to covert a drive back to NTFS is to copy all the data off of it, reformat it to FAT 32, and then copy all the data back. (Third party tools like Partition Magic will apparently also perform this conversion, if needed. Be sure to check out both reviews and pricing before going down this path.)

Bonus Question: How do I tell what I have?

If you're not sure whether your disk is FAT32 or NTFS to begin with, there are several ways to tell, including firing up the disk manager, or right clicking on the drive in Windows Explorer and clicking on Properties:

Drive Properties showing filesystem

Being a command-line kinda guy, I tend to do something else instead.

I run CHKDSK in a Windows Command Prompt, where the answer appears as the very first line of output:

[D:\] chkdsk
The type of the file system is NTFS.
Volume label is NOTENQUAD1G.
...

For me, it's quicker, and as a bonus, I let the CHKDSK run to completion anyway, just to check the drive out.

Related:

Helpful? Get new articles weekly by email in my FREE newsletter!

Your Name:
Your Email:


Why Subscribe?

Article C3586 - December 8, 2008

Recent Comments
6 Comments

I recently acquired a computer with XP and a FAT32 file system. I thought I was stuck with it until I found out it was just a simple command conversion - easy! :)

Posted by: Mark at December 9, 2008 4:51 PM

FAT32 file system can be used for running MSDOS programmes. Can we in NTFS? If so, how and in not why?

Posted by: shankar at December 12, 2008 5:21 PM

Hi!
I REALLY HAVE TO COMMENT ON YOUR EFFORT ON THE ONLINE PROGRAM, ITS REALLY EDUCATING I MUST CONFESS THAT.

THEN, THERE IS THIS SYSTEM THAT IS FED UP WITH FILES IN THE HARD DISK BUT WAS PASS WORDED, AND THERE IS NO WAY ONE CAN GET TO THE FILES WITHOUT PASSING THROUGH THE PASS WORD.

OR IS THERE ANY OTHER WAY?

IF THERE IS, THEN HOW?

ADVICE ME PLEASE BEFORE I MAKE A MISTAKE

THANKS

FELICITY

Posted by: felicity at December 16, 2008 6:21 AM

When I try to convert my D drive to NTFS it asks me for the "Current Volume Label for Drive D". Is there an easy way to get this?
Thanks

Yep. Check out this article: What's a Volume Name?
- Leo
15-May-2009

Posted by: TV at May 14, 2009 10:19 AM

so what does it take to convert my c drive with the operating system and all my files on it from fat32 to ntfs ?

thanks

Just follow the instructions in the article.
- Leo
17-Jun-2009
Posted by: confused at June 17, 2009 7:51 PM

Hi. Remember me (how to keep landlord and tenant separated from each other on the same network)?

This is a little off topic, but you mentioned CHKDSK, so... I do START - Run - cmd - chkdsk /f. Every time I do this, it states that it "cannot lock current drive" and then do you want to run after reboot (or something like that). I always answer Y and that does the trick, except the final results disappear in about half a second and then boot up completes. Is there a way to do chkdsk without restarting? I have not tried booting up into DOS. ERIC

I believe it shows up in a file bootex.log in the root of your drive, and/or in the event viewer's application log. Unfortunately, no, you must reboor to run chkdsk on the system drive.
Leo
22-Aug-2009
Posted by: Eric at August 21, 2009 7:11 PM

Post a comment on "How do I convert to NTFS?":






(Email Address will not be published.)

Remember Me?

By popular demand...
my tip jar
Cuppa Joe
Buy Leo a Latte!

(you may use HTML tags for style)

RSS feed Subscribe to the RSS Feed specifically for comments on this article.

Before commenting, please...

  • Read the article at the top of this page. If your comment shows you didn't, it'll be deleted and ignored.

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

  • Don't include personal information in the comment. No email addresses. No phone numbers. No physical addresses.

  • Don't spam. Excessive links to unrelated sites within a comment or across multiple comments will cause all such comments to be removed.

  • Don't ask me to recover lost passwords or hacked accounts. I can't, and 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 ...


Question? Ask Leo!