Clean up other junk
As users transition from Windows 10 to Windows 11, it’s common for their systems to gather unnecessary files over time. This presents a perfect opportunity for a digital spring cleaning, allowing users to reclaim valuable storage space.
While numerous third-party applications boast capabilities for cleaning up disk space, it is advisable to rely on Windows’ built-in tools and manual methods for a more streamlined experience.
Begin your cleanup journey by launching the Disk Cleanup application. This tool allows you to select various categories of files for deletion, providing a clear overview of how much space each category occupies. For instance, Lifetime Optimization Files are remnants from Windows Update that may still linger even after all updates have been installed.
Next, navigate to the Downloads folder via Explorer. If you tend to leave downloaded files untouched, this folder can accumulate significant amounts of data. By sorting files by size, you can easily identify and remove those that are no longer necessary, potentially freeing up tens of gigabytes.
Windows also facilitates the removal of outdated components through the command prompt. To access this feature, type command prompt in the Windows search bar, select Run as administrator, and input the following command:
dism.exe /online /cleanup-image /AnalyzeComponentStore
After a brief analysis, the results will indicate whether the cleanup function is recommended. This function targets duplicate and obsolete system components that accumulate over time. To execute the cleanup, enter:
dism /online /cleanup-image /startcomponentcleanup
Once the process concludes, you can rerun the initial command to assess the amount of space reclaimed. In my experience, this method yielded nearly five gigabytes of free space, even with a relatively fresh installation of Windows 11 version 22H2.
While third-party software is generally best avoided, an exception exists for programs that efficiently scan disks and display files and folders by size. One such recommendation is Wiztree.
Upon launching Wiztree, the program scans your disk and presents the contents in both list format and a visually appealing color-coded chart. This allows for a thorough review of large files, enabling you to delete unneeded items with ease. However, caution is advised; refrain from deleting files in critical folders such as Windows and Program Files, and if uncertain about a file’s purpose, a quick web search can provide clarity.