Как сравнить два файла в windows 10

Windows 11 FC command to compare files

(Image credit: Mauro Huculak)

On Windows 11 (and 10), the File Compare (fc) is a command-line tool that comes part of the system, and it allows you to compare two similar files to determine how they changed over time. Usually, «fc» will be helpful for comparing simple text files, determining the changes made to a script, detecting if a file has been modified, and similar scenarios.

The tool can compare two similar files or the newest version against all the other files in the same location. Also, it includes options to examine the changes at the text level, or in Unicode, ASCII, or binary mode.

In this how-to guide, you will learn steps to use the tool to compare files with Command Prompt on Windows 11 as well as on Windows 10.

Recent updates

This guide has been updated to ensure the instructions are still accurate and reflect you can also use the tool on Windows 11.

How to compare files with the fc command on Windows 11

To compare files with the fc command tool, use these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  3. Type the following command to browse to the folder with the files you want to compare and press Enter: cd PATH\TO\FILES

In the command, update the path with the location of the folder with the files to compare. This example navigates to the Downloads folder: cd C:\Users\USERACCOUNT\Downloads

  1. Type the following command to compare two similar files and press Enter: fc filename1.txt filename2.txt

In the command, replace filename1.txt and filename2.txt for the name of the files you want to compare.

fc compare files command

(Image credit: Mauro Huculak)
  1. Type the following command to compare two similar files in ASCII mode and press Enter: fc /L filename1.txt filename2.txt
  2. Type the following command to compare two files displaying only the first line that is different and press Enter: fc /a filename1.txt filename2.txt

fc compare two files showing first line

(Image credit: Mauro Huculak)
  1. Type the following command to compare two files in Unicode mode and press Enter: fc /u filename1.txt filename2.txt

fc compare two files in Unicode mode

(Image credit: Mauro Huculak)
  1. Type the following command to compare two files in binary mode and press Enter: fc /b filename1.txt filename2.txt

fc compare two files in binary mode

(Image credit: Mauro Huculak)
  1. Type the following command to compare all the files (*.txt) in the same folder to the new file (filename2.txt) and press Enter: fc *.txt filename2.txt

fc compare multiple files

(Image credit: Mauro Huculak)
  1. Type the following command to compare two files in different locations and press Enter: fc DRIVE:\PATH\TO\filename1.txt DRIVE:\PATH\TO\filename2.txt

In the command, replace DRIVE for the storage location drive letter and \PATH\TO\filename1.txt and \PATH\TO\filename2.txt with the path and name of the files you want to compare.This example compares two files in different folders: fc C:\Users\USERACCOUNT\Downloads\filename1.txt C:\Users\USERACCOUNT\Downloads\new\filename2.txt

All the latest news, reviews, and guides for Windows and Xbox diehards.

fc compare two files in different location

(Image credit: Mauro Huculak)
  1. Confirm the output to see the difference between the files.
  • Quick tip: You can view the list of options and more examples using the fc /? command.

Once you complete the steps, you will be able to see the difference between two similar files.

While the tool allows you to compare files, remember that this is a basic tool meant to be used with text files and extensions like .exe, .com, .sys, .obj, .lib, or .bin. You may be able to compare files like those from Microsoft Office or images, but you can only compare them at the binary level.

More resources

For more in-depth insights, troubleshooting tips, and the latest updates on Windows 11 and 10, be sure to explore these resources:

  • Windows 11 on Windows Central — All you need to know
  • Windows 10 on Windows Central — All you need to know

Mauro Huculak has been a Windows How-To Expert contributor for WindowsCentral.com for nearly a decade and has over 15 years of experience writing comprehensive guides. He also has an IT background and has achieved different professional certifications from Microsoft, Cisco, VMware, and CompTIA. He has been recognized as a Microsoft MVP for many years.

,

If you want to compare folders and files in Windows, then keep reading this article because we will show you some very useful and free tools for comparing and synchronizing files and folders.

When you copy a large number of files from one folder to a different destination folder, you want to ensure that all files are copied to the destination. But it’s difficult to manually compare each folder and file individually to make sure they contain the same content.

In this article you will find out how you can easily compare the contents of two different directories and synchronize them to get an exact mirror copy.

3 Best Free Tools to Compare or Synchronize the Content of 2 Folders in Windows 11/10/8/7 OS.

  1. WinMerge.
  2. FreeFileSync.
  3. Total commander.

1. WinMerge

WinMerge is one of the best free tools for comparing and synchronizing files and folders. It is extremely useful for determining what has changed between 2 similar folders, synchronizing their contents or merge them.

You can download the WinMerge tool from its official webpage. Once the download is complete, open the downloaded file and follow the onscreen instructions to install the software.

How to Compare Folders and Files in Windows 10.

How to Compare 2 Folders with WinMerge.

1. Launch WinMerge and from the File menu select Open or press the Ctrl + O keys to choose the folders/files that you want to compare.

2. WinMerge gives you the option to compare two (2) or three (3) files or folders at once. To compare two folders or files:

a. in 1st File or Folder, select Browse and choose the file or folder that you want to compare. Do the same for the file or folder you want to compare in the 2nd File or Folder space.

b. For Folder: Filter, if you want to compare all different types of file types, use *.* as the default choice. However, if you want to compare specific file types, specify the file extension in the box. Example: .pdf

c. Finally click Compare. It will take a while for the list of items in both locations to appear depending on the size of the files. It will display the similarities and differences between the files or folders you compare.

How to Compare Folders - WinMerge

3. After a while, the result of the comparison will appear on the screen, with the differences highlighted so you can easily identify them.

Identical files or folders are highlighted in White. Files or folders that are present in only the one location are highlighted Grey, while folders with different content will be highlighted with yellow color.

* Note: In the Comparison result, Left Only means that the file is in the first location (1st File or Folder), while Right Only signifies that the file is present only in the second location (2nd File or Folder).

Compare Folders WinMege

5. After viewing the comparison result, you can copy, move, compare, rename or delete a file or folder in WinMerge by right-clicking on it and applying the change you want.

image

How to Synchronize 2 folders with WinMerge:

WinMerge allows you to easily synchronize the contents of 2 different folders and merge them so that both folders end up containing the same files.

1. First, select the folders you want to sync, then hit the Compare button.

Sync Folders WinMege

2. Now hide the files or folders that are identical, so you can focus on the ones you want to sync. From the View tab, uncheck the Show Identical Items option.

Ho to Synchronize Folders

3. On your screen now you’ll see only the files that are either in the 1st folder (Left Only) or the 2nd folder (Right Only).

3a. Now select the files/folders that you want to synchronize (or press Ctrl + A keys to select all of them), then right-click and choose Copy.

3b. Then, from the sub-menu select the location (folder) that you want to update/synchronize.

  • If the files or folders of the 1st folder are missing in the 2nd folder: Select Copy > Left to Right.
  • If the files or folders of the 2nd folder are missing in the 1st folder : Select Copy > Right to Left.
  • If you want to copy all the unidentical files or folders in 1st location to an entirely different folder: Select Copy > Left to…
  • If you want to copy all the unidentical files or folders in the 2nd Location to a different location: Select Copy > Right to…

How to Synchroize Folders - WinMerge

WinMerge Settings.

For efficiency, there are some custom settings you can make to make it easier to work with WinMerge. To open the WinMerge settings, click Options  , or click Edit > Options.

The Options dialog allows you to customize many WinMerge features, such as the comparison method, the colors in the comparison results, etc.. To explore and learn more about all the options in WinMerge, visit the WinMerge manual.

image

2. FreeFileSync

FreeFileSync is another useful software that allows you to perform a detailed comparison on two folders, and synchronize the differences between them. With FreeFileSync, you can automate the backup of your data and save time by copying only the minimum number of files required, because it only copies the differences.

1. Visit the official webpage to download FreeFileSync on your PC.

2. Once it is downloaded, open the file to begin the installation. Installing FreeFileSync is one of the easiest software to set up. You just have to select Next several times to get the program installed.

image

How to Compare 2 Directories using FreeFileSync:

1. Open FreeFileSync and click the Browse button to choose the folders that you want to compare.

2. At Compare options choose the compare method. You can compare by File time and size, File content, or File size.* When done, click the Compare button to start the folder comparing.

* Note: We will recommend you to compare using File content.

How to Compare Folders - FreeFileSync

3. Once the folder compare is complete, the blue arrow icon indicates files that only exists on the right side, while the green icon signifies files on the left side. You can select either the blue or green icon to manually replicate the files to the other location. By default, FreeFileSync hides identical files and displays the files that are missing in the selected locations.

image

How to Synchronize folders & files using FreeFileSync.

1. Open FreeFileSync and click the Browse button to choose the two folders that you want to synchronize.

2. Click Compare to compare the contents in the two locations.

3. Select the Synchronization method. FreeFileSync allows you to synchronize files in two (2) different locations using different methods such as:

  • Two way: This variant synchronizes the files in both locations and applies changes to make them similar. Note, that this is the recommended variant when you intend to sync files with FreeFileSync.
  • Mirror: This variant allows you to copy the unidentical files in Left-Only, and replicate them in the Right-Only folder. Besides, the mirror variant is known for removing extra files in the right folder just to make sure that files in both locations are mirroring each other.
  • Update: Update performs the same function as Mirror, just that it doesn’t replace the files in the right-only location.
  • Custom: This variant on the other hand allows you to configure the settings to suit what you want to archive.

4. Finally, click the Synchronize button to start the folder synchronization.

How to Synchroize Folders - FreeFileSync

How to use FreeFileSync to Compare and Sync Local Files or Folders with Cloud. 

FreeFileSync also has the ability to compare and synchronize local folders or files with the Cloud. (Google Drive, FTP, SFTP). To do that:

1. Select the Cloud icon to Access online storage settings.

How to Compare Folders with Cloud

2. At the new window opens, select the Connection type (Google Drive, SFTP or SFTP), and then specify the settings of the connection.

Synchroize Local Folders with Cloud - WinMerge

3. Once done, click Compare to compare the files between the two locations and optionally click the Synchronize button to synchronize them.

image

Total Commander

Total commander is a file manager that offers file comparison, directory synchronization, search feature, multiple language support, and built-in FTP clients for syncing cloud drives.

The key features on Total Commander include side-by-side file windows, comparing and synchronizing directories with enhanced search functionality. These features make Total commander a vital administrative tool for file synchronization. You can download Total Commander from the official download page.

To compare the contents of two folders with Total Commander:

1. Choose the first folder in the left pane and do the same for the second folder on the right pane.
2. From the Mark menu select Compare Directories or press SHIFT + F12

How to Compare Folders - Total Commander

To synchronize the contents of two folders with Total Commander:

1. Choose the first folder in the left pane and do the same for the second folder on the right pane.
2. From the Commands menu and select Synchronize Dirs.

Synchroize Folders - Total Commander

3. Finally click Compare and Synchronize.

image

That’s it! Let me know if this guide has helped you by leaving your comment about your experience. Please like and share this guide to help others.

If this article was useful for you, please consider supporting us by making a donation. Even $1 can a make a huge difference for us in our effort to continue to help others while keeping this site free:

  • Author
  • Recent Posts

Konstantinos is the founder and administrator of Wintips.org. Since 1995 he works and provides IT support as a computer and network expert to individuals and large companies. He is specialized in solving problems related to Windows or other Microsoft products (Windows Server, Office, Microsoft 365, etc.).

Quick Links

  • Compare Folders From Properties

  • Compare Folders Using Command Prompt

  • Compare Folders With WinMerge

Summary

  • One way to compare folders is to right-click your folders one at a time and choose «Properties» for each. Then compare the Properties window of each folder.
  • The robocopy command is a command-line tool that can be used to view the differences between folder.
  • Use WinMerge to compare the contents and details of folders if you want a graphical tool.

Do you want to compare the number of files or folders or simply visualize the difference between two folders? If so, you have two graphical and one command line method to do that. We’ll show you how to perform the folder comparison task on your Windows 11 or Windows 10 PC.

Compare Folders From Properties

To compare the number of files, subfolders, the size, and the creation date of two folders, use the Properties option in Windows File Explorer. This lets you quickly glance at the main attributes of a folder.

To start, launch File Explorer using Windows+E. Find the first folder, right-click it, and select «Properties.»

'Properties' highlighted for a folder in File Explorer.

Keep the first folder’s «Properties» window open. Then, find the second folder, right-click it, and select «Properties.»

You now have the «Properties» window open for both your folders. Bring these windows side-by-side by dragging them, and you can see the differences in the contents of these folders. For example, you can see how many files both folders have, what size these folders are, and so on.

'Properties' windows for two folders in File Explorer.

That gives you a general overview of the differences between your folders.

Compare Folders Using Command Prompt

If you prefer command line methods over graphical ones, use the robocopy command in Command Prompt to see the differences between the two folders. This command is actually for copying files from one folder to another, but you can make it show the differences between two specified folders and not copy any files.

To use robocopy, first open the Start Menu, search Command Prompt, and launch it.

Command Prompt highlighted in Start Menu.

In Command Prompt, type the following command. Replace «Folder1» with the path to your first folder and «Folder2» with the path to your second folder. Ensure both folder paths are enclosed in double quotes.

To copy a folder’s full path along with double quotes around the path, hold down the Shift key on your keyboard, right-click your folder, and choose «Copy as Path.»

robocopy "Folder1" "Folder2" /L /NJH /NJS /NP /NS
The 'robocopy' command typed in Command Prompt.

You’ll see the differences between your folders.

If you’re curious as to what the robocopy command does, here’s an explanation of each flag we used with the command:

  • L: This tells the command not to copy files but show the log of the files in the specified folder.
  • NJH: This flag excludes junctions, hard links, and reparse points from consideration. This way, the command focuses on the regular files in the specified folders.
  • NJS: This flag excludes symbolic links from the process.
  • NP: This flag excludes folder timestamps.
  • NS: This flag excludes file security information.

Compare Folders With WinMerge

If you want more details about the differences in your folders, Windows doesn’t have a built-in tool to help you with that. However, you can use a free third-party app called WinMerge to compare multiple folders.

To use it, launch a web browser on your PC, head to the WinMerge site, and download and install the app. Make sure to download the app’s executable and not the ZIP version.

Open the WinMerge app, then select File > Open in the Menu Bar or press Ctrl+O.

File > Open highlighted in WinMerge.» src=»https://static1.howtogeekimages.com/wordpress/wp-content/uploads/2024/01/5-open-folder-winmerge.jpg»></p>
<div class= Картинка с сайта: www.howtogeek.com

For the «1st File or Folder» field, select «Browse» and choose the first folder to compare.

'Browse' highlighted for the '1st File or Folder' field in WinMerge.

For the «2nd File or Folder» field, click the «Browse» button and choose the second folder to compare.

'Browse' highlighted for the '2nd File or Folder' field in WinMerge.

In both fields, enable the «Read-Only» option. Click the «Folder: Filter» field and type *.* if it isn’t already there. This ensures the app compares all the files in both the specified folders. Then, at the bottom, click «Compare.»

Various comparison options highlighted in WinMerge.

On the following screen, you’ll see the comparison of the specified folders. You’ll see information like identical files in both folders, files missing from one folder, and so on.

The comparison of two folders in WinMerge.

And that’s how you know what one folder has that another doesn’t. This can be really useful if you’re trying to quickly compare different versions of the same folder, like you’d have when you create a backup.

When we move the files from one folder to another, it is highly recommended that you ensure that all the files have been moved accurately. Some files, if not copied perfectly, may lead to data loss. A visual comparison of files copied from the original directory to a new one may look easy but isn’t feasible for many files. Hence, there arises a requirement for a tool that compares files in two folders. One such tool is WinMerge. You can identify the missing files by comparing them with the original directory.

In this guide, we have explained the basic steps to compare files in two folders with the help of WinMerge. You will learn how to install WinMerge in your system and how to use it to compare files.

How to Compare Files in Two Folders

Table of Contents

How to Install WinMerge on Windows 10?

WinMerge is a free application, and you can download it from the website mentioned here.

1. Click on Download Now button.

2. Wait for the download to be complete. After that, click twice on the downloaded file to open the installation wizard.

3. Here, click on Next on the license agreement page. This means you agree to continue with the selection. It takes you to the next page, which will give you an option to select the features during installation.

Click on Next on the license agreement page.

4. Click on the Features you want to include during installation and select Next.

5. You will now be redirected to a page where you can select Additional tasks, like a desktop shortcut, File Explorer, context menu integration, etc. There are many other features available in the menu, which you can either enable or disable. After making the required selections, choose Next to continue.

6. When you click on Next, you will be directed to the final page. It will display all the options you have selected thus far. Check the list and click on Install.

7. Now, the installation process begins. When the installation process gets completed, click on Next to skip the short message, and finally, click on Finish to exit from the installer.

Also Read: How to Rename Multiple Files in Bulk on Windows 10

How to Compare Files in Two Folders Using WinMerge?

1. To begin the process, open WinMerge.

2. Once the WinMerge window pops up, click Control+O keys together. This will open a new comparison window.

3. Select the first file or folder by clicking on Browse, as shown below.

c

You can select the 1st file or folder by clicking on the Browse option.

4. Next, select the 2nd file or folder by the same method.

Note: Make sure that the two files are checked with the Read-only box.

5. Set Folder Filter to “*.*”. This will allow you to compare all the files.

6. After selecting the files and ensuring the checks, click on Compare.

7. When you click on Compare, WinMerge starts to compare the two files. If the file size is small, then the process will be completed quickly. On the other hand, if the file size is large, it takes a while for the process to be completed. When the comparison is made, all the files will be displayed in folders, and the comparison result will be displayed along with the last date of modification.

Important info: These color combinations will help you to make analysis easier.

  • If the Comparison result displays, Right only indicate that the corresponding file/folder is not present in the first comparison file. It is indicated by the color grey.
  • If the Comparison result displays, Left only, it indicates that the corresponding file/folder is not present in the second comparison file. It is indicated by the color grey.
  • Unique files are indicated in white.
  • The files that have no similarities are colored in Yellow.

8. You can view the distinct differences between files by double-clicking on them. This will open a wide pop-up screen where the comparisons are made in a more detailed manner.

9. The comparison results can be customized with the help of the View option.

10. You can view the files in tree mode. You can select the files, namely, Identical Items, Different Items, Left Unique Items, Right Unique Items, Skipped Items, and Binary Files. You can do so by checking the desired option and unchecking the rest. Such customization will save analysis time, and you can identify the target file at the earliest.

Thus, you can compare files in two folders by following the above steps.

Note: If you want to update any changes to the existing comparison, you can click on the refresh icon displayed in the following picture or click on the F5 key.

To start a new comparison, tap the Select Files or Folders option. In the next step, replace your target files or folders using the Browse option and click Compare.

Some Other Tools to Compare Files in Two Folders

1. Meld

  • Meld is an open-source app that supports both Windows and Linux.
  • It supports two and three-way comparing and merging features for files and directories.
  • The editing feature is available directly in the comparison mode.

2. Beyond Compare

  • Beyond Compare supports Windows, macOS, and Linux.
  • It compares PDF files, excels files, tables, and even image files.
  • You can generate the report by merging the changes you have added to it.

3. Araxis Merge

  • Araxis Merge supports not only image and text files but also office files like Microsoft PowerPoint, Microsoft Word, Microsoft Excel, etc.,
  • It supports both Windows and macOS.
  • A single license is valid for both operating systems.

4. KDiff3

  • It is an open-source platform that supports Windows and macOS.
  • An automatic merging facility is supported.
  • Differences are clarified line-by-line and character-by-character.

5. DeltaWalker

  • DeltaWalker is similar to that of Araxis Merge.
  • Apart from comparing office files, DeltaWalker lets you compare file archives like ZIP, JAR, etc.
  • DeltaWalker supports Windows, macOS, and Linux.

6. P4Merge

  • P4Merge supports Windows, macOS, and Linux.
  • It is cost-free and suits basic comparison needs.

7. Guiffy

  • Guiffy supports Windows, macOS, and Linux.
  • It supports syntax highlighting and multiple comparison algorithms.

Recommended:

  • Show or Hide Folder Merge Conflicts in Windows 10
  • How to Fix Broken Registry Items in Windows 10
  • Fix Steam Corrupt Disk Error on Windows 10
  • How to Copy and Paste in PuTTY

We hope this article was helpful and you were able to compare files in two folders on Windows 10 PC. If you have any queries, reach out to us through the comments section below.

Here is a complete guide showing different methods to compare two folders on your Windows 11/10 PC. If you have two or more identical folders and want to find out the differences between the two, this post will help you find out the differences as well as similarities between the folders. You can even compare three folders using some methods.

Here are the different methods using which you can compare two folders on your Windows 11/10 PC:

  1. Compare two folders using Properties.
  2. Use Command Prompt to compare two folders.
  3. Compare two folders using PowerShell.
  4. Use a third-party app to compare folders.

1] Compare two folders using Properties

compare two folders

The easiest way to compare two folders on Windows is to use the Properties dialog window. Windows allow you to check various properties of files and folders using the right-click menu. If you want to compare basic information of two or more folders like size, number of files, number of folders, location, creation date, etc., you can open and compare their Properties windows. Let us check out how.

First, go to the location where the first folder is saved and right-click on it. Next, select the Properties option from the appeared context menu.

Now, please move to the second folder, right-click on it, and choose the Properties option.

After that, keep the two Properties windows side by side and compare several statistics of both folders.

Read: Compare two Text files with Text Comparator software.

2] Use Command Prompt to compare two folders

The first method shows the basic differences between the two folders. However, if you want to know what exactly is different in two folders, it won’t work. So, in that case, you can use Command Prompt to find out the differences between folders.

You can compare two folders using Command Prompt or Windows PowerShell by entering the required commands. You can run Windows built-in tool called Robocopy in Command Prompt to easily find out the differences between two folders.

Note: This method will only show the difference between the two main folders and not the sub-folders.

Now, let us check out the steps to compare two folders using Command Prompt:

First, open the Notepad application and type the paths of the two folders that you want to compare.

For that, go to the folder, right-click on it, click on the Copy as path option, and paste the copied path into Notepad.

Now, Command Prompt app as an administrator; click on the taskbar search button, type cmd in the search box, hover the mouse over the Command Prompt app from the results, and click on Run as administrator.

Next, type the below command in CMD:

robocopy

After that, press Spacebar and type the path to the first folder that you copied in Notepad previously. And then, press Spacebar and type the path of the second folder.

For example:

robocopy "D:\TWC" "D:\Writing"

Now, complete the command with /L /NJH /NJS /NP /NS to see the differences between the two folders. Your final command will look something like the below command:

robocopy "D:\TWC" "D:\Writing" /L /NJH /NJS /NP /NS

Once you entered the above command, it will show you the differences between the two folders.

  • *EXTRA File: Files present in the second folder, not the first folder.
  • New File: Files present in the first folder, not the second one.
  • Older: Files are present in both folders, but the creation date of the file in the first folder is older than the same file in the second folder.
  • Newer: Files are present in both folders, but the creation date of the file in the first folder is later than the same file in the second folder.

Based on the above parameters, you can analyze the difference between the two folders.

See: How to compare two Word documents and highlight differences?

3] Compare two folders using PowerShell

How to compare two Folders in Windows

Another method to compare two folders on Windows is using Windows PowerShell. You need to enter a specific command in PowerShell and it will display differences between two folders. Let us check out what that command is.

First, open the Windows PowerShell app using the Windows Search option.

Now, type and enter the below command followed by the path of the first folder:

$fso = Get-ChildItem -Recurse -path "D:\TWC"

In the above command, replace “D:\TWC” with the path of the first folder that you want to compare.

Next, enter another command followed by the second folder that you want to compare. It will look like the command below one:

$fsoBU = Get-ChildItem -Recurse -path "D:\Writing"

Replace “D:\Writing” with your second folder’s path in the above command.

After that, type the below command to show the differences between the pre-specified two folders and press Enter:

Compare-Object -ReferenceObject $fso -DifferenceObject $fsoBU

It will now show you the differences between the two folders, like files present in the first folder but not in the second one, and vice-versa.

The => SideIndicator shows the files appearing in the second folder, not in the first folder. On the other hand, <= SideIndicator shows the files appearing in the first folder only.

Read: Compare and Synchronize files and folders with FreeFileSync.

4] Use a third-party app to compare folders

You can also use third-party software to compare two folders on Windows. There are various dedicated software that are entirely dedicated to comparing two folders. Here are some good ones that you can use for free:

  • WinMerge
  • Compare Advance
  • Meld
  • MOBZync

A] WinMerge

WinMerge is a popular free and open-source differencing and merging software that compares two folders. It also lets you merge the differences between two folders and make them identical. Besides folders, it can also be used for comparing files and documents.

Using this software, you can compare three folders with each other. It also provides various options to customize the folder view, such as Show Identical Items, Show Different Items, Show Binary Files, 3-way Compare, etc. It also lets you view and compare folder statistics like the number of subfolders and the number of files.

You can also generate a comparison report in CSV, HTML, XML, or Text format. For that, click on the Tools menu and select the Generate Report option.

Let us now check out the steps to compare folders in this software.

First, you need to download and install WinMerge from its official website, and then open the main GUI of this software.

Next, click on the Open button from its toolbar.

After that, browse and select the first folder, second folder, and third folder (optional) that you want to compare.

At last, press the Compare button and it will display the differences between the folders, You can see the files present in the first folder only, the files present in the second folder only, the creation date, etc.

In case you want to merge the differences, you can use the Merge menu options to do so.

Read: How to compare the same files in the same folder in different locations?

B] Compare Advance

Another free software that you can use to compare two folders is Compare Advance. Not just finds differences between two folders, but it also lets you synchronize files and folders between two computers. Let us see how you can use this software.

First, launch the software and enter the path of the first folder under the Folder 1 section in the left-side pane. Next, browse and select the second folder under the Folder 2 section. Once done, press the Compare button and it will show you the differences between the two selected folders in the right-side panel.

It shows the differences in different tabs including the following:

  • Folder 1 only: Files and folders present in the first folder only.
  • Folder 2 only: Files and folders present in the second folder only.
  • Same: Same files between the two folders.
  • Different: Files that are different.

The basic folder statistics are also shown in the left-side pane under the Statistics section. You can also use the Sync feature to synchronize the content between the two folders that you compared.

If you like it, you can download it from here.

See: Best free file and folder synchronization software for Windows.

C] Meld

Meld is the next free software to compare two folders on Windows visually. It offers two and a three-way comparison feature to compare up to three files or folders.

Download and install this software, and open it. Now, select the Folder button from its home screen and then choose the first and second folders that you want to compare. If you want to compare three folders, tick the 3-way comparison checkbox and then select the third folder.

Once done, click on the Compare button and it will start scanning the two or three folders for differences and similarities.

All in all, it is a nice and easy-to-use folder compare software.

Read: How to compare two Identical Images in Windows?

D] MOBZync

You can also try MOBZync which is a great folder compare software for Windows 11/10. It is free software that lets you compare two folders on your PC.

As you open this software, you will see its interface divided into two sections. You can add the first folder in the left section and provide the second folder in the right section. It will show you the content of both folders in the respective sections.

To view the comparison between the folders, press the Compare button from its toolbar and it will show you differences like Unchanged files, Newer files, Added files, and Older files.

MOBZync also provides a dedicated Synchronize function using which you can synchronize files between the two folders. You can also copy files from left to right and vice versa.

You can get it from here.

Read: How to Merge Folders in Windows?

Can Notepad ++ compare folders?

No, Notepad++ doesn’t have an inbuilt feature to compare files or folders. However, there is still a way to compare two files in Notepad++ using a plugin. You can open its Plugins Admin page and install the Compare plugin. Once the plugin is installed, you will be able to open two files and compare them. Although, it won’t let you compare two folders.

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Windows server network logs
  • Rdp клиент для windows 10 настройка
  • Как выделить место на жестком диске для windows 10
  • Windows media player supported formats
  • Ds4 windows 10 4pda