[{"data":1,"prerenderedAt":616},["ShallowReactive",2],{"blog-article-\u002Fblog\u002Ffind-duplicate-files-windows-11":3},{"id":4,"title":5,"author":6,"body":7,"category":596,"cover":597,"coverAlt":598,"description":599,"draft":600,"extension":601,"meta":602,"navigation":603,"path":604,"publishedAt":605,"seo":606,"stem":607,"tags":608,"translationKey":614,"updatedAt":605,"__hash__":615},"articles_en\u002Fblog\u002Ffind-duplicate-files-windows-11.md","How to Find and Delete Duplicate Files on Windows 11 Safely","Harry",{"type":8,"value":9,"toc":574},"minimark",[10,14,29,34,42,45,61,76,80,83,161,164,168,171,227,236,243,247,254,257,271,278,281,285,288,291,308,311,315,388,391,395,406,415,421,424,431,439,443,450,453,470,478,482,487,490,494,497,501,504,508,511,515,518,522,525,529,566],[11,12,13],"p",{},"To find duplicate files on Windows 11, start with folders you control—such as Downloads, Documents, Pictures, videos, and old backup imports. Use File Explorer to narrow the list by name, type, size, and date, then open the files and compare their locations. Matching names or sizes are only clues. For an exact duplicate, verify the file contents before deleting any copy.",[11,15,16,17,21,22,21,25,28],{},"Do not search for duplicates by deleting matching files from ",[18,19,20],"code",{},"C:\\Windows",", ",[18,23,24],{},"Program Files",[18,26,27],{},"ProgramData",", or application folders. Windows and installed apps may intentionally keep identical files in different locations.",[30,31,33],"h2",{"id":32},"what-counts-as-a-duplicate-file","What counts as a duplicate file?",[11,35,36,37,41],{},"An ",[38,39,40],"strong",{},"exact duplicate"," has the same file content as another file. Its name, folder and modified date can be different.",[11,43,44],{},"That is not the same as:",[46,47,48,52,55,58],"ul",{},[49,50,51],"li",{},"two photos that look similar but were taken separately;",[49,53,54],{},"two documents with the same name but different edits;",[49,56,57],{},"a smaller exported video and its full-quality source;",[49,59,60],{},"an original file and a deliberately stored backup.",[11,62,63,64,67,68,71,72,75],{},"Deleting by filename alone is risky. ",[18,65,66],{},"photo.jpg"," and ",[18,69,70],{},"photo (1).jpg"," may be identical, but ",[18,73,74],{},"Budget.xlsx"," in two folders may contain different versions. Content comparison is the reliable way to confirm exact duplicates.",[30,77,79],{"id":78},"where-duplicate-files-usually-accumulate","Where duplicate files usually accumulate",[11,81,82],{},"Start with personal folders where copying and exporting happen often.",[84,85,86,102],"table",{},[87,88,89],"thead",{},[90,91,92,96,99],"tr",{},[93,94,95],"th",{},"Location",[93,97,98],{},"Common duplicates",[93,100,101],{},"What to check",[103,104,105,117,128,139,150],"tbody",{},[90,106,107,111,114],{},[108,109,110],"td",{},"Downloads",[108,112,113],{},"Repeated installers, ZIP archives, PDFs and email attachments",[108,115,116],{},"Whether the file is still needed and whether a newer installer has replaced it",[90,118,119,122,125],{},[108,120,121],{},"Pictures",[108,123,124],{},"Repeated imports, edited exports and messaging-app downloads",[108,126,127],{},"Whether copies have different resolution, metadata or edits",[90,129,130,133,136],{},[108,131,132],{},"Videos",[108,134,135],{},"Screen recordings, exported projects and downloaded media",[108,137,138],{},"Whether one copy is the original or a smaller export",[90,140,141,144,147],{},[108,142,143],{},"Documents and Desktop",[108,145,146],{},"Files copied between projects or renamed with “copy” and numbers",[108,148,149],{},"Open each document and check its folder before deleting",[90,151,152,155,158],{},[108,153,154],{},"External drives and imported backups",[108,156,157],{},"Multiple snapshots of the same personal files",[108,159,160],{},"Whether the extra copy is part of your backup plan",[11,162,163],{},"A backup is supposed to be redundant. If the only second copy is on another drive for recovery, treating it as clutter defeats the purpose of the backup.",[30,165,167],{"id":166},"method-1-find-obvious-copies-with-file-explorer","Method 1: find obvious copies with File Explorer",[11,169,170],{},"File Explorer is useful when you know roughly where the duplicates are.",[172,173,174,181,190,197,214,221],"ol",{},[49,175,176,177,180],{},"Press ",[38,178,179],{},"Windows + E"," to open File Explorer.",[49,182,183,184,186,187,189],{},"Open a focused folder such as ",[38,185,110],{}," or ",[38,188,121],{}," instead of searching the whole PC first.",[49,191,192,193,196],{},"Switch to ",[38,194,195],{},"Details"," view.",[49,198,199,200,21,203,21,206,209,210,213],{},"Sort by ",[38,201,202],{},"Name",[38,204,205],{},"Size",[38,207,208],{},"Type",", or ",[38,211,212],{},"Date modified",".",[49,215,216,217,220],{},"Use the search box and ",[38,218,219],{},"Search options"," to narrow results by file kind, size or date.",[49,222,223,224,213],{},"Preview or open suspected copies, then compare their full paths in ",[38,225,226],{},"Properties",[11,228,229,230,21,233,235],{},"Names such as ",[18,231,232],{},"report - Copy.pdf",[18,234,70],{},", or several installers with version numbers are good candidates for review. They are not proof of identical content.",[11,237,238,239,242],{},"Searching ",[38,240,241],{},"This PC"," is broader but slower. Begin with one folder so that every result has understandable context. File Explorer can help you find likely copies, but it does not automatically prove that two files have identical contents.",[30,244,246],{"id":245},"method-2-verify-a-suspected-pair-with-powershell","Method 2: verify a suspected pair with PowerShell",[11,248,249,250,253],{},"If two files may be identical even though their names differ, compare their hashes. A hash represents the file contents; PowerShell's ",[18,251,252],{},"Get-FileHash"," command uses SHA-256 by default.",[11,255,256],{},"Open PowerShell and run one command for each file:",[172,258,259,265],{},[49,260,261,262],{},"First file: ",[18,263,264],{},"Get-FileHash -LiteralPath \"C:\\Users\\YourName\\Downloads\\report.pdf\"",[49,266,267,268],{},"Suspected copy: ",[18,269,270],{},"Get-FileHash -LiteralPath \"D:\\Backup\\report-copy.pdf\"",[11,272,273,274,277],{},"If the two ",[18,275,276],{},"Hash"," values match, the file contents match. If they differ, keep both until you understand the difference.",[11,279,280],{},"This check is practical for a few important files. It is not a friendly way to review thousands of photos, videos and archives, and the hash cannot tell you which location should be kept. Avoid scripts that automatically delete every repeated hash; the copy in a particular project, synced folder or backup may be the one you need.",[30,282,284],{"id":283},"decide-which-copy-to-keep","Decide which copy to keep",[11,286,287],{},"After confirming an exact duplicate, use its location—not only its date or name—to choose the keeper.",[11,289,290],{},"Prefer the copy that:",[46,292,293,296,299,302,305],{},[49,294,295],{},"lives in the folder where you normally organize that type of file;",[49,297,298],{},"is referenced by a project, media library or application;",[49,300,301],{},"has the clearest name and the metadata you want to preserve;",[49,303,304],{},"is already included in a verified backup;",[49,306,307],{},"is not inside a temporary export or repeated download folder.",[11,309,310],{},"Modified dates can change during copying, downloading or restoring a backup. The newest date does not necessarily identify the best copy.",[30,312,314],{"id":313},"what-is-safe-to-remove","What is safe to remove?",[84,316,317,330],{},[87,318,319],{},[90,320,321,324,327],{},[93,322,323],{},"Usually reasonable after review",[93,325,326],{},"Confirm the purpose first",[93,328,329],{},"Do not remove as ordinary duplicates",[103,331,332,345,361,377],{},[90,333,334,337,340],{},[108,335,336],{},"Repeated installers and archives in Downloads",[108,338,339],{},"Photos and videos in OneDrive or another synced folder",[108,341,342,343],{},"Matching files under ",[18,344,20],{},[90,346,347,350,353],{},[108,348,349],{},"Exports you opened and compared with the source",[108,351,352],{},"Project assets used by video, design or development tools",[108,354,355,356,186,358],{},"Files under ",[18,357,24],{},[18,359,360],{},"Program Files (x86)",[90,362,363,366,369],{},[108,364,365],{},"Personal documents copied into an obsolete folder",[108,367,368],{},"Files on a backup or recovery drive",[108,370,371,372,186,374],{},"Unknown files in ",[18,373,27],{},[18,375,376],{},"AppData",[90,378,379,382,385],{},[108,380,381],{},"Extra copies left by repeated manual imports",[108,383,384],{},"Game saves, virtual-machine data and app libraries",[108,386,387],{},"Files whose owning application you cannot identify",[11,389,390],{},"When cloud sync is involved, deleting a local file may also delete it from the cloud and other devices. Check the sync provider's status and deletion behavior before removing a copy.",[30,392,394],{"id":393},"scan-exact-duplicates-by-content-with-mangodisk","Scan exact duplicates by content with MangoDisk",[11,396,397,398,405],{},"When duplicates are spread across many folders, ",[399,400,404],"a",{"href":401,"rel":402},"https:\u002F\u002Fmangodisk.app",[403],"nofollow","MangoDisk"," can scan one local disk or folder and group files whose contents are identical. Files can appear in the same group even when their names differ.",[11,407,408],{},[409,410],"img",{"alt":411,"decoding":412,"loading":413,"src":414},"MangoDisk on Windows grouping content-identical videos and images, showing every path and keeping one copy in each group","async","lazy","https:\u002F\u002Fassets.mangodisk.app\u002Fmedia\u002Farticles\u002Fduplicate-files-windows\u002Fen\u002F01-mangodisk-duplicate-cleanup.jpg",[11,416,417],{},[418,419,420],"em",{},"Each group shows the number of copies, the size of one file, the maximum reclaimable space and the full location of every copy. The example uses the English interface.",[11,422,423],{},"Choose a focused scan location and a sensible minimum file size first. Large videos, archives, disk images and repeated photo exports usually provide more useful results than thousands of tiny files.",[11,425,426,427,430],{},"The type filters help narrow the results to videos, audio, images, documents, archives, installers and other files. ",[38,428,429],{},"Smart Select"," keeps at least one file in each group and selects the additional copies, but it cannot know which folder matters to you. Expand the group, compare every path and adjust the selection before deleting.",[11,432,433,434,438],{},"See the ",[399,435,437],{"href":436},"\u002Fdocs\u002Ffeatures\u002Fduplicate-files","Duplicate File Cleanup guide"," for the complete workflow.",[30,440,442],{"id":441},"important-deletion-is-permanent","Important: deletion is permanent",[11,444,445,446,449],{},"MangoDisk permanently deletes the duplicate copies you confirm. They do ",[38,447,448],{},"not"," go to the Windows Recycle Bin.",[11,451,452],{},"Before deleting:",[172,454,455,458,461,464,467],{},[49,456,457],{},"open important documents, photos and videos;",[49,459,460],{},"check every selected path;",[49,462,463],{},"keep at least one usable copy in the location you want;",[49,465,466],{},"verify backups independently;",[49,468,469],{},"exclude application and system folders you do not understand.",[11,471,472,473,477],{},"Read the ",[399,474,476],{"href":475},"\u002Fdocs\u002Fsafety","MangoDisk safety guide"," before removing anything that cannot be replaced.",[30,479,481],{"id":480},"frequently-asked-questions","Frequently asked questions",[483,484,486],"h3",{"id":485},"does-windows-11-have-a-built-in-duplicate-file-finder","Does Windows 11 have a built-in duplicate file finder?",[11,488,489],{},"File Explorer can search and sort files by properties such as name, type, size and date. It is useful for finding likely copies, but you still need to open or compare the files to confirm that their contents are identical.",[483,491,493],{"id":492},"are-files-with-the-same-name-always-duplicates","Are files with the same name always duplicates?",[11,495,496],{},"No. They may be different revisions saved in separate folders. Conversely, exact duplicates may have completely different names. Compare content before deleting.",[483,498,500],{"id":499},"can-i-delete-duplicate-files-from-windows-or-program-files","Can I delete duplicate files from Windows or Program Files?",[11,502,503],{},"No, not as a general cleanup method. Windows and applications may require separate copies in specific folders. Restrict ordinary duplicate cleanup to personal data and locations you understand.",[483,505,507],{"id":506},"should-i-delete-duplicate-photos-from-onedrive","Should I delete duplicate photos from OneDrive?",[11,509,510],{},"Only after checking the sync status and opening the photos. Deleting a synced file may remove it from the cloud and other connected devices. Also confirm that one file is not an edited or higher-resolution version.",[483,512,514],{"id":513},"why-did-deleting-duplicates-free-less-space-than-expected","Why did deleting duplicates free less space than expected?",[11,516,517],{},"The reclaimable amount should count only the extra copies, not every file in the group. Space may also remain unavailable until another process releases the file or Windows refreshes its storage total.",[483,519,521],{"id":520},"is-a-backup-copy-a-duplicate","Is a backup copy a duplicate?",[11,523,524],{},"It may be content-identical, but it serves a different purpose. Keep verified backup copies on separate storage unless you have deliberately replaced the backup.",[30,526,528],{"id":527},"official-sources-and-related-guides","Official sources and related guides",[46,530,531,539,546,553,560],{},[49,532,533,534],{},"Microsoft Support: ",[399,535,538],{"href":536,"rel":537},"https:\u002F\u002Fsupport.microsoft.com\u002Fen-us\u002Fwindows\u002Ffind-your-files-and-apps-in-windows-5c7c8cfe-c289-fae4-f5f8-6b3fdba418d2",[403],"Find your files and apps in Windows",[49,540,541,542],{},"Microsoft Learn: ",[399,543,252],{"href":544,"rel":545},"https:\u002F\u002Flearn.microsoft.com\u002Fen-us\u002Fpowershell\u002Fmodule\u002Fmicrosoft.powershell.utility\u002Fget-filehash?view=powershell-7.6",[403],[49,547,533,548],{},[399,549,552],{"href":550,"rel":551},"https:\u002F\u002Fsupport.microsoft.com\u002Fen-us\u002Fwindows\u002Fexperience\u002Fstorage-filemanagement\u002Ffree-up-drive-space-in-windows",[403],"Free up drive space in Windows",[49,554,555,556],{},"Related: ",[399,557,559],{"href":558},"\u002Fblog\u002Fwindows-11-c-drive-full","C Drive Full on Windows 11? How to Free Up Space Safely",[49,561,555,562],{},[399,563,565],{"href":564},"\u002Fblog\u002Fis-ai-disk-cleanup-safe","Is AI Disk Cleanup Safe? Don't Let an AI Agent Delete Files",[11,567,568,569,573],{},"Want a clearer review than File Explorer provides? ",[399,570,572],{"href":571},"\u002F","Download MangoDisk"," to scan exact duplicates locally, compare their paths and choose which copies to keep.",{"title":575,"searchDepth":576,"depth":576,"links":577},"",2,[578,579,580,581,582,583,584,585,586,595],{"id":32,"depth":576,"text":33},{"id":78,"depth":576,"text":79},{"id":166,"depth":576,"text":167},{"id":245,"depth":576,"text":246},{"id":283,"depth":576,"text":284},{"id":313,"depth":576,"text":314},{"id":393,"depth":576,"text":394},{"id":441,"depth":576,"text":442},{"id":480,"depth":576,"text":481,"children":587},[588,590,591,592,593,594],{"id":485,"depth":589,"text":486},3,{"id":492,"depth":589,"text":493},{"id":499,"depth":589,"text":500},{"id":506,"depth":589,"text":507},{"id":513,"depth":589,"text":514},{"id":520,"depth":589,"text":521},{"id":527,"depth":576,"text":528},"Windows Storage","\u002Fimages\u002Fblog\u002Ffind-duplicate-files-windows-11.webp","Duplicate photos, documents, and videos grouped for review on a Windows computer before extra copies are removed","Find duplicate files on Windows 11, verify identical content, choose which copy to keep, and remove extras without deleting backups or app files",false,"md",{},true,"\u002Fblog\u002Ffind-duplicate-files-windows-11","2026-08-24T00:00:00+08:00",{"title":5,"description":599},"blog\u002Ffind-duplicate-files-windows-11",[609,610,611,612,613],"find duplicate files Windows 11","delete duplicate files Windows 11","duplicate file finder Windows","remove duplicate photos Windows","free up space Windows 11","article-find-duplicate-files-windows-11","vcBUh-o7i54EklLYrvGzjTRz_2IMRnzMAk3d430W4t0",1787545819592]