search
HomeSystem TutorialWindows Series3 Easy Ways to Find and Delete Duplicate Files on Windows 10/11

Duplicate files can be multiple copies of files or the files you accidently download twice or more. With these duplicate files piled up on Computer, your storage space will be occupied and your system may run much slower. To free up space and increase your system performance, it is necessary to remove duplicate files from your Computer. Here this article will show you 3 easy ways about how to find and delete duplicate files on Windows 10/11.

3 Easy Ways to Find and Delete Duplicate Files on Windows 10/11

Is It Safe to Delete Duplicate Files on Windows

Generally, it is safe to remove duplicates of your personal photos and document files. To safely delete duplicate files on Windows, here are some tips you should know about.

Make sure the duplicate file locations and contents are right before deleting the duplicates.

Check if the original files still exist on drive after removing the duplicate ones.

Do not permanently delete duplicates, as deleting files to recycle bin allows you to easily restore the files you delete by mistake.

Do not randomly remove similar system files on c drive, or it will cause a system crash.

Make a full backup for your Computer can avoid data loss and restore corrupt system.

How to Find and Delete Duplicate Files on Windows 10/11

Does Microsoft Windows 10/11 have a duplicate file finder? No, but you can still find duplicate files using Windows built-in feature including File Explorer and PowerShell, or a reliable third-party tool named iSumsoft DupFile Refixer.

  • Way 1: Find and Remove duplicate files via File Explorer
  • Way 2: Find and Remove duplicate files using Windows PowerShell
  • Way 3: Find and Remove duplicate files with DupFile Refixer

Way 1: Find and Remove duplicate files via File Explorer

File Explorer is a great Windows built-in feature that enable you to sort out your files by Name, Date Modified, Type, Size. Making good use of Windows view can help you quickly find and identify the duplicate files stored on your Computer. Here come the steps on how to find and delete duplicate files on Windows 10/11.

Step 1: In Windows search bar, enter indexing options to open it.

3 Easy Ways to Find and Delete Duplicate Files on Windows 10/11

Step 2: In Indexing Options window, click Modify button and then click Show all locations.

3 Easy Ways to Find and Delete Duplicate Files on Windows 10/11

Step 3: Make sure all the boxes of locations are checked and click OK.

3 Easy Ways to Find and Delete Duplicate Files on Windows 10/11

Step 4: Press Win + E to open File Explorer and enter Local disk C: > Users. Then click View tab > Preview pane and choose Details. Next, expand Sort by option to choose Name and Ascending.

3 Easy Ways to Find and Delete Duplicate Files on Windows 10/11

Step 5: Type the format of the files you want to find such as jpg, jpeg, png, etc. Then you can identify the duplicate items and delete them.

  • Images: .jpg, .jpeg, .png, .gif
  • Videos: .mp4, .mov, .avi, .flv, .3gp, .wmv
  • Music: .mp3, .wma,.wav
  • Documents:.doc, .docx, .pdf, .txt
  • Presentations: .pptx, .ppt
  • Excel files: .xls, .xlsx
  • Programs: .exe

3 Easy Ways to Find and Delete Duplicate Files on Windows 10/11

Way 2: Find and Delete duplicate files using Windows PowerShell

Another way to find and delete duplicate files on Windows 10/11 is using Windows PowerShell. In this way, you are required to enter some complicate commands. Here you can follow these steps.

Step 1: Press Win + X and choose Windows PowerShell (Admin).

Learn about how to replace Command Prompt with PowerShell in Win-X menu if needed.

3 Easy Ways to Find and Delete Duplicate Files on Windows 10/11

Step 2: When PowerShell window shows up, enter set-location –path C: and hit Enter.

Note: Here you need to replace C: with your target drive.

Step 3: Enter ls "scan folder" -recurse | get-filehash | group -property hash | where { $_.count -gt 1 } | % { $_.group } | Out-File -FilePath "scan result location" and press Enter.

Note: scan folder should be replaced with the directory you want to scan for duplicate files, and scan result location should be replace with the location you want to export the result of duplicate files. Here I enter following command:

ls "C:Userspc" -recurse | get-filehash | group -property hash | where { $_.count -gt 1 } | % { $_.group } | Out-File -FilePath "C:duplicate files.txt"

3 Easy Ways to Find and Delete Duplicate Files on Windows 10/11

Step 4: When the error message keep arriving, the search is going on. Wait until error message stops arriving and PowerShell complete the search, you can enter the scan result location and manually delete the duplicate files according to the file path.

To automatically delete the duplicates, you can enter following command and press Enter.
ls "search folder" -recurse | get-filehash | group -property hash | where { $_.count -gt 1 } | % { $_.group | select -skip 1 } | del

Note: Remember to replace the search folder with your target folder name.

3 Easy Ways to Find and Delete Duplicate Files on Windows 10/11

Way 3: Find and Delete duplicate files with iSumsoft DupFile Refixer

The safest and easiest way to delete duplicate files is using iSumsoft DupFile Refixer. This is a professional tool that can help you easily find out and clean up all types of duplicate files such as pictures, music, videos, etc. on your Windows/USB/external hard drive. Moreover, it supports almost all Windows version including Windows 11/10/8/7. Now, let’s learn about how to find and delete duplicate files on Windows 10/11 using iSumsoft DupFile Refixer.

Before begin, download and install iSumsoft DupFile Refixer on your Windows Computer.

Download


Step 1: Add Drive/Folder to Scan

Click Add button to select either a drive or folder to scan for duplicate files.

3 Easy Ways to Find and Delete Duplicate Files on Windows 10/11

Step 2: Set Scan Filtering Items

Click Settings to choose the file type and size you want to scan and click OK to save the settings. Then click Start scanning.

3 Easy Ways to Find and Delete Duplicate Files on Windows 10/11

Step 3: Choose Duplicate files to Delete

After scanning, iSumsoft DupFile Refixer will smartly sort your duplicate files out and clearly show them on the screen. Then you can choose and delete your duplicate files at ease.

3 Easy Ways to Find and Delete Duplicate Files on Windows 10/11

When the duplicates are successfully deleted, your storage space will be freed up.

3 Easy Ways to Find and Delete Duplicate Files on Windows 10/11

What is The Best Way to Remove Duplicate Files on Windows

As mentioned above, you can find and delete duplicate files on your Windows 10 computer by using File Explorer and Windows PowerShell, or professional duplicate files finder. Using File Explorer you need to set Windows view and manually identify the duplicates. Using PowerShell you need to enter complex commands. The best way is to use iSumsoft DupFile Refixer to find duplicate files by one-click scan and safely delete them all by one-click selection according to the detail scanning report.

The above is the detailed content of 3 Easy Ways to Find and Delete Duplicate Files on Windows 10/11. For more information, please follow other related articles on the PHP Chinese website!

Statement
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
Fedora 42 Joins the Windows Subsystem for LinuxFedora 42 Joins the Windows Subsystem for LinuxMay 09, 2025 am 03:01 AM

Pushing the boundaries of Linux: exploring unusual applications. Purely for fun, of course. Posts 7 Technically, you can create a WSL image for any compatible Linux distribution. However, officially supported images offer a significantly smoother e

How to Move a Window When You Can't Click on the Title BarHow to Move a Window When You Can't Click on the Title BarMay 09, 2025 am 01:03 AM

When applications unexpectedly extend beyond your screen's edges, accessing their title bars becomes impossible. This is especially common with dual monitors but can occur on single displays as well. This guide offers solutions for regaining control

This Limited-Edition 'Skeleton” HDD Shows You How It Writes BytesThis Limited-Edition 'Skeleton” HDD Shows You How It Writes BytesMay 08, 2025 pm 09:04 PM

The HD-SKL, a limited-edition hard drive, is a modern take on Buffalo's 1998 Skeleton Hard Disk. The original, a 4.3GB drive with a clear acrylic case, was produced in a limited run of 500 units. While Buffalo cites its 1978 Melco 3533 turntable as

The New Surface Pro Doesn't Feel ProThe New Surface Pro Doesn't Feel ProMay 08, 2025 am 06:01 AM

The new Surface Pro: A step back? Microsoft's latest Surface Pro offers connectivity via two USB-C ports, supporting charging, USB 3.2 data transfer, and DisplayPort 1.4a (up to two 4K monitors at 60Hz). However, the device ships without a power ad

Microsoft Challenges the MacBook Air With New Surface LaptopMicrosoft Challenges the MacBook Air With New Surface LaptopMay 08, 2025 am 03:02 AM

Microsoft's latest Surface Laptop aims to rival the MacBook Air, but with some notable compromises. The absence of a Surface Connect port marks a significant departure from previous models, reflecting the growing prevalence of Thunderbolt and USB do

Solve the problem that the svn plugin in eclipse always prompts for password inputSolve the problem that the svn plugin in eclipse always prompts for password inputMay 07, 2025 pm 05:03 PM

1. Background Recently, when using the svn plug-in to manage remote warehouse code in eclipse, prompts to enter passwords are always prompted to enter passwords, which is particularly annoying. After hard work, I finally solved the problem and shared it with you~ 2. Analysis of the password mechanism of the svn plug-in and the cause of the problem. When we use the svn plug-in for the first time and enter the password, a file that saves the password will be generated, and then the svn plug-in will read the username and password information by default every time. When eclipse is started, the configuration information will be automatically read into the program cache. After the password of svn is modified, it is impossible to log in again, and there is no prompt to re-enter the password. At this time, we can delete the relevant configuration files and let the svn plugin prompt us to re-enter the password. However, ec

How to restore the win8 system details stepsHow to restore the win8 system details stepsMay 07, 2025 pm 05:00 PM

The steps to start system restore in Windows 8 are: 1. Press the Windows key X to open the shortcut menu; 2. Select "Control Panel", enter "System and Security", and click "System"; 3. Select "System Protection", and click "System Restore"; 4. Enter the administrator password and select the restore point. When selecting the appropriate restore point, it is recommended to select the restore point before the problem occurs, or remember a specific date when the system is running well. During the system restore process, if you encounter "The system restore cannot be completed", you can try another restore point or use the "sfc/scannow" command to repair the system files. After restoring, you need to check the system operation status, reinstall or configure the software, and re-back up the data, and create new restore points regularly.

'Modern Operating System Original Book 3rd Edition''Modern Operating System Original Book 3rd Edition'May 07, 2025 pm 04:57 PM

"Modern Operating Systems (English Edition 3rd Edition)" is a classic work written by Professor Tanenbaum. With his profound experience in the design of three operating systems, the book perfectly integrates theory and practice. The third edition of the book explores a number of topics in depth, such as process, threading, storage management, file systems, I/O deadlock, interface design, multimedia, performance trade-offs, and introduces the latest trends in operating system design. The book not only explains the principles and practices of modern operating systems in detail, but also pays special attention to Linux operating systems, Windows Vista operating systems, embedded operating systems, real-time operating systems and multimedia operating systems. Covering Windows Vista and the latest Linux/Unix operations

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment