Tech News Today
  • News
  • How To
  • Buyer’s Guide
  • Hardware
    • PC Builds
    • Computer Cases
    • Motherboards
    • Peripherals
    • RAM
  • Gaming
  • Software
  • More
    • Mobile
    • Gadgets
    • Laptops
    • Reviews
Facebook Twitter Instagram
Tech News Today
  • News
  • How To
  • Buyer’s Guide
  • Hardware
    • PC Builds
    • Computer Cases
    • Motherboards
    • Peripherals
    • RAM
  • Gaming
  • Software
  • More
    • Mobile
    • Gadgets
    • Laptops
    • Reviews
Tech News Today
Home»Hardware»Storage»10 Ways to Increase Hard Disk Speed on Windows

10 Ways to Increase Hard Disk Speed on Windows

DeepBy DeepApril 19, 2022
how to increase disk speed

Have you ever thought that your PC is taking a long time to boot compared to when you bought it for the first time? Well, any storage devices will get slower as they run out of disk space.

So, your Hard Disk Drive (HDD) or Solid State Drive (SSD) performance, usually speed, will decreases eventually if you have a lot of data stored in them.

Therefore, to avoid this, we are here to present you with an article on increasing disk speed. So, without further ado, let us get right into it.

Table of Contents

  • What Can Decrease Hard Disk Read/Write Speed?
  • Before We Start
  • How to Increase Disk Speed?
    • Enable Write Caching
    • Perform Optimization/Defragmentation HDD
    • Run Chkdsk Command
    • Delete Temporary Files
    • Disable Virtual memory/Disable Paging file
    • Disk Cleanup
    • Remove Unwanted Files And Application
    • Disk Partition
    • Prevent PC from Sudden Power Outage
    • Upgrade to SSD

What Can Decrease Hard Disk Read/Write Speed?

Whether you are using an SSD (Solid State Drive) or an HDD, it will not perform as it used to. If you use both, you can see that an HDD suffers from this issue a lot more than SSD. Meaning that your HDD has a shorter life span compared to SSD.

But what causes these issues? Here are a few reasons that can decrease your storage devices’ read or write speed.
  • Temporary files
  • Bad sector on HDD
  • Multiple Background application
  • Physical issues with mechanical parts
  • Disk low on space

Before We Start

An HDD’s read and write speed depends on the RPM of the disk. A Hard Disk Drive with a higher RPM (Rotation Per Minute) will perform a lot faster than a hard disk with a lower RPM. 

So, it should be noted that these methods mentioned below do not actually increase your hard disk’s storage. These solutions only perform necessary measures to achieve higher read and write speed.

How to Increase Disk Speed?

The methods mentioned below will work whether you have an HDD or SSD. 

Enable Write Caching

Write caching is an impressive feature that Windows offers. It helps improve your storage device’s performance. Enabling write caching on a storage device enables the RAM, or the physical memory, to collect write command, which is then sent to the storage device.

However, enabling this feature can cause data corruption or, worse case, data loss if the device suffers from a power outage while performing read or write.

Please follow these steps to enable Write caching.

  1. Press the Windows + X key simultaneously to open the Device Manager. 
  2. Expand Disk drives. 
  3. Here, double click on the drive you want to enable write caching.
  4. Go to the Policies tab.
  5. Check Enable write caching on the device, then click OK.
    enable write caching
  6. Perform these steps on all your storage devices.

Perform Optimization/Defragmentation HDD

When the computer stores its data on a Hard Disk Drive, it stores them serially on adjoining sectors, and when you delete them, these data are marked as replaceable. So, when users want to store new data on the drive, it replaces these sectors with new data.

The problem arises when the replaceable sectors are not enough to store huge files. When this happens, the OS uses a different sector on the drive to store data, which results in a single file being scattered across the drive.

So, when the OS wants to run the said file, it needs to collect data from across the entire hard drive, and this can be a painful task. This is where defragmentation or optimization comes in. 

What de-fragmentation does is it arranges all this data so that the hard disk can access them with ease. In short, defragmentation re-organizes files scattered across the HDD.

Please follow these steps to perform defragmentation or optimization. 

  1. Press the Windows + R key simultaneously to open Run.
  2. Type cmd and press Enter to open Command Prompt.
  3. Once you open the Command Prompt, type dfrgui and press Enter.
  4. Optimize Drives window should open. 
  5. Here, select the drive you want to optimize and click on Optimize or Defragment.optimize disk space

You can only perform disk defragmentation on Hard Disk Drive, or HDD. SSD, however, uses a function called TRIM, which deletes useless data so that it has storage available for new data.

One downside to using TRIM would be that you cannot perform data recovery, as it completely erases blocks of data.


Run Chkdsk Command

If you have a hard disk that is performing poorly you can run the chkdsk command. The chkdsk, or the check disk, feature in Windows checks your storage devices for any bad sectors and tries to recover and repair these sectors.

You can follow the steps mentioned below to run the chkdsk command.

  1. Press the Windows + R key to open Run.
  2. Type cmd and press Ctrl + Shift + Enter to run Command Prompt as Administrator.
  3. Now, type chkdsk [volume]: /[F][R] and press Enter.
    For example, chkdsk c: /f or chkdsk c: /r
    run chkdsk

Replace [volume] with the drive you want to run chkdsk on. If you want to check all your drives, you can simply run the command without mentioning any drives.

  • /f :Fixes any errors found on disk.
  • /r :locates bad sector and tries to recover data from them.

Delete Temporary Files

When you uninstall an application, it will leave some unwanted files that will take up some space on your storage device. Besides this, temporary files also contain necessary Windows files that help the PC run smoothly when running certain programs.

However, these files can get huge and take up a bunch of space slowing down your hard disk. Therefore, deleting them would be the best option.

Please follow these steps to delete temporary Windows files.

  1. Press the Windows + R key simultaneously to open Run.
  2. Type temp and press Enter to open temporary files location.
  3. Press Ctrl + A to select all, then press Shift + Delete to delete them permanently. 
  4. If it cannot delete files because it is currently in use, you can skip these files.
  5. Again, open the Run windows and type %temp% and press Enter.
  6. Now, permanently delete all files inside it as well.

Disable Virtual memory/Disable Paging file

If your computer runs out of physical memory, or RAM, it uses resources from the hard disk. Meaning that it takes some amount of storage. 

When the disk is already low on space, and on top of that, the PC uses the remaining space as virtual memory from the hard disk, its speed will take a hit. This in turn will lower disks performance.

So, if you are low on disk space, it is recommended that you disable Virtual Memory/Paging.

Please follow these steps to disable paging

  1. Press the Windows + I key simultaneously to open Settings.
  2. Go to System > About > Advanced system settings.
  3. Click on the Advanced tab. 
  4. Under Performance, click on Settings…
    system propertes advanced setting
  5. Again, click on the Advanced tab.
  6. Here, under Virtual memory, click on Change….
    virtual memory settings
  7. Disable Automatically manage paging file size for all drives.
  8. Then check the No paging file.
    disable paging
  9. Click on OK.
  10. Select Apply, then OK.

Disk Cleanup

Windows offers a utility named disk cleanup that scans your storage device for any unnecessary temporary files and removes them. This, in turn, will boost your hard drive’s performance.

You can follow these steps to perform a Disk Cleanup.

  1. Press the Windows + R key simultaneously to open Run.
  2. Type cleanmgr and press Enter.
  3. Now, select the drive where you want to perform a cleanup, then click on OK.
  4. Under Files to delete select the files you want to delete, then click OK.
  5. Wait for the deletion process to complete

Remove Unwanted Files And Application

Over time, your computer will collect many unwanted files, folders, and applications. If you want outstanding performance out of your system, it is recommended that you perform a thorough system check and delete any duplicate files and unused applications.

Please follow these steps to uninstall an application.

  1. Open Control Panel.
  2. Make sure that you set View by to Large icons, then select Programs and Features.
  3. Scroll through the list and uninstall any unwanted applications.

Disk Partition

Dividing your storage device into multiple parts will make it easier for the PC to access data. Information stored in these partitions is also more organized than storing everything in one huge drive.

Please follow these steps to partition your drive.

  1. Press the Windows + R key simultaneously.
  2. Type diskmgmt.msc and press Enter.
  3. Right-click on the drive you want to divide, then click on Shrink volume.shrink volume
  4. Now, enter the amount of space to shrink in the Enter the amount of space to shrink in MB, 
  5. Then, click on Shrink and wait for the process to complete.
  6. Once the process is complete, you can see that the amount you mentioned have Unallocated written under it.
  7. Right-click on the newly created volume and select New Simple Volume.new simple volume
  8. Click Next and set the volume size in MB.
  9. Click Next.
  10. Assign a drive letter, then click Next.
  11. Now, you can choose to format the new drive or leave it be. Click Next.
  12. Finally, click Finish.
  13. Open the File Explorer to check the new drive. 

When creating a new drive, it should be noted that the drive size should be relatively small to maximize performance.

We also have an article containing various other details on Partitioning a drive. You probably will find it an interesting read.

Prevent PC from Sudden Power Outage

When the power supply to the hard disk suddenly stops, the sector it read at the moment of a power outage can get corrupted. This can also result in a gradual decrease in performance.

Using a UPS is a great way to prevent your PC from turning off abruptly.

Upgrade to SSD

If you have the Operating System installed on your Hard Disk Drive, your PC’s boot-up time will be a lot higher. Furthermore, over time your PC will take even longer to boot due to hard disk mechanical issues. 

So, if you want to increase your disk’s read and write speed, it is always recommended that you use a Solid State Drive. 

2.5inch-ssd

SSDs read and write speeds can get 500 to 600 Mb/s higher than their counterpart, HDDs. Besides this, SSD is compact and does not have any moving components, making them a lot more efficient at retrieving the data.

how-to
Deep

Tech Enthusiast. Front-end Developer. Casual Gamer. Campfire Guitarist.

Related Posts

what is a tf card

What Is A TF Card? Does It Differ To An SD Card

April 27, 2022
how_to_clone_a_hard_drive

How To Clone A Hard Drive in Windows

April 27, 2022
how_much_storage_do_i_need_on_my_laptop

How Much Storage Do I Need On My Laptop

April 24, 2022
external hard drive not showing up

External Hard Drive Not Showing Up? Here’s How To Fix It

April 20, 2022
how to add more storage to pc

How To Add More Storage To PC

April 13, 2022
how to transfer photos to sd card

How To Transfer Photos To SD Card

April 11, 2022
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
Games Like Wizard101

Best 13 Games Like Wizard101 for Card Collector Fans

April 28, 2022
what is a tf card

What Is A TF Card? Does It Differ To An SD Card

April 27, 2022
games like rimworld

12 Builder Sim Games Like RimWorld

April 26, 2022
You may also like
how-to-find-printer-ip-address

How To Find Printer IP Address

April 29, 2022
how-to-change-c-users-username-in-windows

How to Change Username and User Profile Folder Name in Windows

April 29, 2022
vcruntime140.dll not found

How To Fix “VCRUNTIME140.dll Not Found” Error In Windows

April 29, 2022
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

October 25, 2021
Facebook Twitter Pinterest
  • Home
  • About Us
  • Privacy Policy
  • Affiliate Disclosure
© 2022 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.