Preparing for removal takes a long time in Windows 11/10

WBOY
Release: 2024-02-19 19:42:02
forward
1051 people have browsed it

In this article, we will introduce how to solve the problem of "Ready to delete" prompt when deleting files or folders in Windows system. This prompt means that the system is performing some background operations, such as checking file permissions, verifying whether the file is occupied by other programs, calculating the size of the item to be deleted, etc. We will provide you with some workarounds to ensure that you can successfully delete your files without waiting too long.

在Windows 11/10中,准备删除要花费很长时间

Why does Windows take so long to delete files?

The time it takes Windows to prepare a file for deletion is affected by a variety of factors, including file size, storage device speed, and background processes. A long or stuck "Preparing to delete" prompt may indicate insufficient system resources, disk errors, or file system issues.

In Windows 11/10, preparation for removal takes a long time

If you are never able to handle the Ready to Remove prompt on your Windows 11/10 PC, here are the fixes you can use:

  • Delete data in batches
  • Delete files in safe mode
  • Optimize system resources
  • Optimize hard disk
  • Disable thumbnail preview
  • Disable Windows Search Indexer
  • Disable remote differential compression
  • Use alternative methods to delete files
  • Let’s look at this in detail.

    1]Delete batch data

    If you need to delete many files, especially large files, it is recommended that you delete them in parts or in batches instead of deleting all files at once.

    2]Delete files in safe mode

    You can also boot the system into safe mode and try to delete the files.

    3]Optimize system resources

    在Windows 11/10中,准备删除要花费很长时间

    Optimizing system resources on Windows 11/10 PC helps speed up the file deletion process.

    • Free up CPU resources by closing any unnecessary applications or background processes.
    • Free up memory (RAM) resources by closing unused applications or reducing the number of open tabs in your browser.
    • Release disk I/O resources by stopping or prioritizing disk-intensive tasks.
    • If you are deleting files from a network drive or cloud storage, make sure there are no other network-intensive tasks running that could compete for bandwidth and slow down file deletion.

    4]Optimize hard disk

    在Windows 11/10中,准备删除要花费很长时间

    Lack of free disk space, disk fragmentation, file system errors, and other disk-related factors can cause file deletion issues in Windows.

    • Run the Disk Cleanup utility to remove temporary files, system files, and other items that take up unnecessary space on your disk.
    • If your disk is severely fragmented, run the built-in Disk Defragmenter tool. This will reorganize the files on the disk and improve overall disk performance, potentially speeding up file deletion.
    • Also, run Check Disk (CHKDSK). It will repair file system corruption, bad sectors, and other disk-related issues that may prevent files from being deleted properly.

    5]Disable thumbnail preview

    在Windows 11/10中,准备删除要花费很长时间

    Generating and managing thumbnail previews can consume resources, increase disk I/O operations, and cause CPU and file system overhead, especially when processing a large number of files or large files.

    Disabling thumbnail previews can effectively reduce the system resource consumption, disk I/O overhead, processing overhead, and file system overhead associated with managing the thumbnail cache on Windows PCs. This speeds up file deletion and fixes the 'Ready to delete' prompt. However, this also makes it less convenient to identify files based on their contents without opening the file. Therefore, we recommend enabling thumbnails again after the issue is resolved.

    Follow these steps to disable thumbnail previews on Windows 11/10 PC:

    Click the folder icon to open File Explorer. Click the three-dot icon in the top toolbar. Select options.

    The Folder Options window will appear. Go to the View tab and check the box next to Always show icons, never show thumbnails under the Files and Folders section. Click Apply and then OK to save changes.

    6]Disable Windows Search Indexer

    在Windows 11/10中,准备删除要花费很长时间

    Windows Search Indexer is a background service that creates an index of files on the system hard drive to speed up searches. This option is only required when searching directories or folders or using functions that rely on indexed content.

    Disabling Windows Search Indexer frees up system resources, reduces disk activity, and helps speed certain operations, including file deletion, on systems with slow hard drives or limited resources. Once you disable the service, Windows will no longer run it automatically.

    Follow these steps to disable Windows Search Indexer on your Windows 11/10 PC and see if it helps:

    Press Win R to open the run dialog box. Type services.msc and press Enter. Windows Service Manager will open. Scroll down to the bottom and find Windows Search in the list of services. Right-click it and select Properties from the context menu.

    In the Windows Search Properties window, select Disabled from the Startup type drop-down menu under the General tab. If the service status is "Running", click the "Stop" button to terminate the service immediately. Click Apply and then OK to save changes.

    To re-enable indexing, return to the same settings and change the startup type to automatic.

    7]Disable remote differential compression

    在Windows 11/10中,准备删除要花费很长时间

    Remote Differential Compression (RDC) is a feature in the Windows operating system that helps optimize data transfer while synchronizing files between two computers over the network. Although disabling RDC may not directly affect the speed of the file deletion process on the local system, some users have reported that it helps improve overall system performance, especially during file manipulation scenarios.

    To disable remote differential compression, perform the following steps:

    Click on the Windows search box and enter ‘control’. Click Open next to Control Panel Options. In the Control Panel window, click Programs in the lower left corner. Then click Turn Windows features on or off under Programs and Features.

    The Windows Features pop-up window will appear. Uncheck the box next to Remote Differential Compression API Support and click OK to apply the changes.

    8] Use other methods to delete files

    在Windows 11/10中,准备删除要花费很长时间

    If File Explorer is slow or unresponsive, you can use other methods to delete files.

    For example, you can use Command Prompt to delete files and folders, or use Windows PowerShell to force delete files or folders on your Windows PC.

    To delete a file using the command prompt, open the command prompt with administrator rights and use the ‘cd’ command to navigate to the directory containing the file you want to delete. Then type the ‘del’ command followed by the name of the file you want to delete.

    删除/f/a<带扩展名的文件路径>
    Copy after login

    To delete a folder, type the following command:

    RD/S<文件夹路径&>;
    Copy after login

    Similarly, to delete files using PowerShell, open PowerShell with administrator rights and type the following command:

    Remove-Item;FILE_PATH_WITH_EXTENSION>
    Copy after login

    To delete a folder, type the following command in the PowerShell window:

    Remove-Item<文件夹路径&>
    Copy after login

    You can also use third-party file cleaning tools to permanently delete unwanted files from Windows PC. Examples include OW Shredder and other Windows file shredder software.

    I hope this helps.

    The above is the detailed content of Preparing for removal takes a long time in Windows 11/10. For more information, please follow other related articles on the PHP Chinese website!

    Related labels:
    source:mryunwei.com
    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template