Forum Discussion

JasonThompson's avatar
JasonThompson
Iron Contributor
May 13, 2026

How can I free up space on my laptop hard drive?

Hi everyone,

It is a Surface Laptop Go 1st Gen with a 256GB SSD, and the drive is almost full. I don't have many large programs installed, but Windows 10 keeps warning me about low disk space.

What is the safest way to free up space on my laptop hard drive without deleting important files? Hope someone suggest a simple solution that works well for a small SSD. Any advice would be appreciated.

7 Replies

  • Marilyon's avatar
    Marilyon
    Copper Contributor

    Yes, Compact OS is a legitimate, built‑in Windows feature that can help you free up hard drive space on my laptop by compressing the operating system's core files.

    Think of Compact OS as a built‑in "stuffing" tool for Windows itself. It compresses the system files that make Windows run—things like .exe and .dll files—so they take up less room on your drive. Unlike normal file compression (like zipping a folder), these compressed files stay compressed even while Windows is running. When a file is needed, Windows decompresses it on the fly, uses it, and then forgets about it.

    Key difference from NTFS compression:

    NTFS compression works on any files you choose, but it’s a general‑purpose tool and can slow things down. Compact OS is specifically tuned for Windows system files—it’s more efficient and less likely to cause sluggishness.

    How Much Space Can You Save?

    The exact amount varies depending on your system, but real‑world examples show you can often reclaim several gigabytes without deleting a single personal file. One user reported getting back 11 GB of space on their SSD after enabling Compact OS . That’s space you can free up hard drive space on my laptop without touching your documents, photos, or installed apps.

  • WilliamHuang's avatar
    WilliamHuang
    Iron Contributor

    This is a powerful way to quickly free up space on my laptop hard drive without any extra software, as it targets leftover Windows Update files that can silently take up 5–20GB of space. It lets you clear outdated cached updates in just a few steps, allowing you to reclaim significant storage and resolve low-disk-space issues immediately.

    Usage Guide: Open Command Prompt as Administrator by typing cmd in the Start menu, right-clicking the result, and selecting Run as administrator. First, stop the Windows Update service by entering the command:

    net stop wuauserv

    Next, delete the cached update files by running:

    rd /s /q C:\Windows\SoftwareDistribution

    Finally, restart the Windows Update service with:

    net start wuauserv

    Without the need for any third-party tools, it quickly free up space on my laptop hard drive by effectively removing redundant and outdated update files, all while keeping your system running smoothly.

    This method is particularly useful for freeing up space after major Windows updates, troubleshooting errors caused by updates getting stuck, or performing routine disk maintenance on a cluttered system drive.

  • Diania's avatar
    Diania
    Copper Contributor

    Disabling hibernation is a highly effective, built‑in Windows trick that can instantly free up hard drive space on my laptop, often by several gigabytes, without deleting any of your personal files. It does this by removing the hidden system file hiberfil.sys, which Windows uses to save everything in memory when you put your laptop into hibernation.

    When you hibernate your laptop (not sleep), Windows takes everything currently in your RAM (open apps, documents, etc.) and writes it to a file named hiberfil.sys on your system drive. Then it completely powers off. When you turn the laptop back on, it reads that file back into RAM, and you pick up exactly where you left off.

    The trade‑off is that hiberfil.sys is roughly the size of your installed RAM.

    • Example: If you have 8 GB of RAM, hiberfil.sys will be about 6–8 GB.
    • With 16 GB of RAM, it can be 12–16 GB.

     

    How to Disable Hibernation:

    1. Open Command Prompt as Administrator:

    Press Windows + R, type cmd, then press Ctrl + Shift + Enter (or right‑click the Start button and select Terminal (Admin)).

    2. In the black Command Prompt window, type exactly the following and press Enter:

    cmd

    powercfg -h off

    3. You won’t see a confirmation message, but the hiberfil.sys file will be deleted at once, and hibernation will be disabled.

    4. Close the Command Prompt window.

    That’s it – you’ve immediately free up hard drive space on my laptop.

  • LukeBrown's avatar
    LukeBrown
    Iron Contributor

    Disable Hibernation is a quick, built-in Windows tweak that you can use to free up space on my laptop hard drive, by removing the large hiberfil.sys file that reserves space equal to your system RAM.

    Instructions: Open Command Prompt as Administrator, type powercfg -h off, and press Enter. The hibernation feature will be disabled immediately, freeing up the reserved disk space.

    Its advantages include instantly reclaiming 8–16GB of space, requiring no additional software, and being completely reversible if needed.

    Its drawbacks include disabling Fast Startup, which can slightly increase boot times, and removing the ability to use hibernation mode (a power-saving feature for laptops).

    Notes

    • Be sure to run Command Prompt as an administrator; using a standard Command Prompt will cause the command to fail.
    • Disabling Fast Startup will slightly increase your laptop's boot time.
    • You will no longer be able to use the hibernation feature, which is very useful when running on battery power for extended periods.

    This allows you to quickly free up space on my laptop hard drive without uninstalling any programs. It is suitable for users who don’t use hibernation mode and want to reclaim large amounts of space quickly.

     

  • Uninstall Unused Apps is a simple and direct way to free up space on my laptop hard drive, as it targets the large programs you no longer use.

    It allows you to reclaim significant amounts of storage, especially from games or large creative suites that you haven’t launched in months.

    First, open Windows Settings, then navigate to Apps → Apps & features. Click the Size column to sort all installed applications by the space they occupy.

    Look through the list for apps you no longer need, paying extra attention to large games, Adobe software, or other bulky programs. Select the app you want to remove, then click the Uninstall button to begin the removal process.

    Once the uninstallation is complete, you may want to restart your laptop to clear any remaining temporary files.

    This method can free up tens of gigabytes of space depending on the apps you remove, so it is one of the most impactful ways to free up space on my laptop hard drive.

    If you don’t want to use complex cleanup tools, this is a straightforward solution. However, you should always check what you are uninstalling to avoid removing important system or work-related software.

  • Rendiyu's avatar
    Rendiyu
    Iron Contributor

    Disk Cleanup is a safe, built‑in Windows tool that can help you free up hard drive space on my laptop by finding and deleting files you don’t need, without affecting your personal documents or installed programs.

    1. Press Win + R, type cleanmgr, and press Enter.
    2. Select your main drive (usually C:) and click OK.
    3. The tool will calculate how much space you can free up. A list of file categories will appear.
    4. Crucial Step: Click the Clean up system files button. This allows you to delete old Windows Update files, which can take up several gigabytes.
    5. Select the categories you want to delete (e.g., Temporary Internet Files, Recycle Bin, Windows Update Cleanup) and click OK.

     

    Pro Tips of Free up Hard drive Space on my Laptop:

    • Running Disk Cleanup twice is the recommended way to catch everything.
    • If you're in a hurry, you can also open an admin Command Prompt and type cleanmgr /sagerun: 1 after saving settings with /sageset: 1 – but the graphical version is much friendlier .
    • Disk Cleanup is separate from Storage Sense; Storage Sense is automatic but doesn't touch old Windows Update files, so for deep cleaning, Disk Cleanup is your best friend.
  • LiamWhite's avatar
    LiamWhite
    Iron Contributor

    Quick Wins is a fast, built-in way to free up space on my laptop hard drive using Windows Disk Cleanup, no extra software needed.

    How to free up space on my laptop hard drive

    1. Run Disk Cleanup

    • Type Disk Cleanup in the Start menu
    • Select the C: drive → OK
    • Click Clean up system files

    2. Check these boxes:

    • Temporary Files
    • Recycle Bin
    • Delivery Optimization Files
    • Windows Update Cleanup
    • Previous Windows Installations

    3. Click OK → Delete Files

    With just a few simple steps, you can free up 10 to 20 GB of storage space and quickly make room on your laptop's hard drive.

    It's a great method—I've tried it myself.

    ps:

    • Do not select any personal file options you are unfamiliar with, to avoid accidentally deleting important data.
    • Once you delete a previous Windows installation, you will no longer be able to restore that version of Windows using the System Restore feature.
    • Files deleted using Disk Cleanup are difficult to recover, so please carefully review the selected items first.
    • Be sure to click “Clean up system files”; if you skip this step, large junk files such as Windows updates will not be cleaned up.