Share via

How do I find duplicate photos on File Explorer?

Anonymous
2018-07-22T18:04:20+00:00

No software please.

Windows for home | Windows 10 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

6 answers

Sort by: Most helpful
  1. Anonymous
    2018-07-26T02:30:06+00:00

    Do they have the same name but are saved in different folders?

    If not, what properties do you want to sort by?

    Have you tried the various 'Arrange by...' options found when you right-click in your Pictures Library (not the folder)?

    Or, in your Pictures folder, type:

    kind:picture

    to get a flat view of all the pictures in all the various sub-folders and be sorted on any property:

    If not, give us a better idea of what you want to do.

    Keith

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-07-22T18:07:44+00:00

    Using third party software is alot more convenient than searching in file explorer itself. There is not a view that will allow only duplicates to show up in file explorer. You could search for your picture files .jpg .png or whatever file your searching for, then toggle the view by name. This will display all your pictures and sort them by name. From there you can CTRL select all the duplicates and remove. Have you tried doing that?

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2018-07-24T00:19:25+00:00

    You can use PowerShell to find duplicates. This finds 2 or more occurrences of a filename within the folder structure it's run from:

    PS C:\Users\keith\pictures> gci -file -recurse | sort PSChildName | group PSChildname | ?{$_.Count -gt 1}

    Keith

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2018-07-26T00:37:37+00:00

    I have images that are similiar but i want to sort them that way on File explorer because if I didn't do that it would take for ever!

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2018-07-22T18:38:41+00:00

    Use the following utility described in the following article:

    http://home.bt.com/tech-gadgets/computing/how-t...

    Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    Was this answer helpful?

    0 comments No comments