Helping people with computers... one answer at a time.
Defragging is short for defragmenting which rearranges the layout of files on your hard disk for faster access.
What is 'defragging', and why should I do it?
•
"Defragging" is short for "defragmenting", and it's a process you run on a hard drive to help make it faster. It's something you need to do periodically as files on the disk becomes fragmented over time - hence the term "defragmenting".
So what does it mean to be fragmented, and why does it get worse over time?
Let's look at that, as well as how to defragment and how to defragment automatically.
•
To you and me, a file on your disk is a single 'thing'. You open it, you work on it, you save it; it's a single entity. Like, say, a book. To your computer, however, a file is a lot more like a bunch of pages in that book that it has to keep track of individually.
Let's briefly define a couple of concepts before we go further. Under Windows a hard disk is nothing more than a collection of information buckets called "clusters". Each cluster is a fixed size, typically 512 bytes or characters. When you create a file on disk, Windows assigns enough clusters to the file to hold it. So if your file is one byte long, it gets one 512 byte cluster. If your file is 600 bytes, it gets two - one 512 bytes full, and one with 88 bytes of data, and 424 bytes unused.
Clusters aren't required to be next to each other on the disk. In fact, that's part of what the "Random" in "Random Access Storage" means; data can be accessed and stored on the disk in random places. So when Windows creates a file, it keeps track of which clusters make up the file, wherever on the disk they might be, and in which order they should go. Kind of like numbering the pages in a book.
Now, imagine if you had the pages of a book randomly distributed around your house. You know where they are and in what order to read them, but you have to run all over the house as you get each successive page.
That's a fragmented file. The clusters that make up the file are scattered throughout the disk. The result is that when you access the file, Windows has to race all over the hard disk to retrieve the whole thing. That takes time.
If instead the pages of your book were all next to each other, in order, then they'd be much easier to read. No need to run all over. That's a defragmented file: all the clusters allocated to the file are in order and physically next to each other on the hard disk.
Files become fragmented because of the way clusters are re-used and allocated on a hard disk. If you delete a file that takes up two clusters, and then write a file that takes four then the new file might be split - two clusters where the old file was, and two clusters somewhere else entirely. Multiply that scenario by thousands of file operations and deletions on your disk every day, with much larger files, and you can see that fragmentation can add up very quickly. The result is your machine gradually slowing down.
Defragging your hard disk is easy. Right click on My Computer, select Manage, and click on Disk Defragmenter. Click on the hard disk you want to defrag, and click on the Defragment button. Defragging can take time, but you'll be able to see the progress as the graphical display of your hard disks state is periodically updated.
Rather than doing it manually, though, if you leave your computer on there's an easy way to schedule the defrag to happen in the middle of the night.
Fire up notepad, and enter the following:
defrag c: >c:\defrag.log 2>&1
Now save that as "c:\defragit.cmd".
Now, in Control Panel, Performance and maintenance, Scheduled tasks, create a new scheduled item. It should run c:\defragit.cmd, and I'd suggest doing it every night when you're not using your machine. Check the log every once in a while to make sure that the process is happening as you expect.
You can run defragit.cmd at any time yourself, if you like. Just open up a command prompt and type c:\defragit.cmd.
Video
Here's a video I put together that walks through some of the steps above:
Article C2123 - July 16, 2004
My personal opinion is that defragging daily is way unnecessary...maybe monthly at most? Piriform's Defraggler program is great. Just my 2 cents. :)
Posted by: Louis at April 11, 2010 8:27 PMLeo, is it safe to defrag an encrypted portable hard drive? If it is safe, should the drive be un-encrypted first -- before starting the defrag process? Thanks...
01-Aug-2010
Posted by: Yeppers at July 31, 2010 8:25 AM
is there anything else i can do to keep my computer running smoothly, i am having to pull an OLD sony vaio right now??
25-Oct-2011
Posted by: edye at October 25, 2011 9:53 AM
@Edye
http://ask-leo.com/how_can_i_make_my_computer_run_faster.html
I've also found that in some cases you can get better performance by stopping unnecessary programs from starting up when you start your computer. Here's an article with some advice on that.
Posted by: Mark J at October 25, 2011 1:26 PMhttp://ask-leo.com/how_do_i_determine_what_i_absolutely_need_to_load_at_startup.html
Great advice, but..
It is a bad habit to leave your computer on overnight. Not only does it harm the environment by unnecessarily draining electricity, you harm the computer by having it constantly powered on. Give your computer a break, and save yourself some money. Turn it OFF when you are not using it.
13-Nov-2011