Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Hardware»Storage»10 Ways to Increase Hard Disk Speed on Windows

10 Ways to Increase Hard Disk Speed on Windows

Deep ShresthaBy Deep ShresthaApril 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 Shrestha
  • Twitter
  • LinkedIn

Deep Shrestha works as a computer hardware writer at TechNewsToday with several hardware and programming certifications. Although he has been writing technical content for more than a year, his interest in hardware components started at a very young age ever since he heard about PC building. Pursuing his passion, he has assembled several desktop computers. Besides building desktop PCs, Deep also has hands-on experience fixing software and hardware issues on laptops and desktop computers. Using all this knowledge and skills about computer hardware, he's on a quest to make content that's easy to read and understand for everyone. You can contact him at deep@technewstoday.com

Related Posts

how to install a hard drive

How to Install a Hard Drive? (Step-By-Step Guide)

May 12, 2023
raid 0 vs raid 1

RAID 0 vs RAID 1—Detailed Comparison

May 5, 2023
How-to-Wipe-Your-Hard-Drive

How to Completely Wipe Your Hard Drive? 7 Possible Ways

April 24, 2023
Hard drive full

Hard Drive Full for No Reason? Try These 8 Fixes

April 18, 2023
how to defrag a laptop

How to Defrag a Laptop

April 5, 2023
sata ports on motherboard

All the Types of SATA Ports on Motherboard

March 21, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
Best-1200W-PSU

8 Best 1200W PSUs for Extreme PC Builds in 2023

May 16, 2023
Best-1000W-PSU

10 Best 1000W PSUs in 2023

May 16, 2023
best-700w-psu

10 Best 700W PSUs for Gaming in 2023

May 14, 2023
You may also like
antimalware service executable high memory

Fix: Antimalware Service Executable High Memory

May 18, 2023
printer-printing-pink

Why is My Printer Printing Pink? 6 Ways to Fix It

May 18, 2023
how to clean usb c port

How to Clean USB-C Port Safely

May 17, 2023
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)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

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