2 Ways to Compare Two Files in Notepad++

Compare files with or without a plugin

by Kazim Ali Alvi
Kazim Ali Alvi
Kazim Ali Alvi
Author
Kazim has always been fond of technology, be it scrolling through the settings on his iPhone, Android device, or Windows. And at times, unscrewing the device to take... read more
Reviewed by Alex Serban
Alex Serban
Alex Serban
Windows Server & Networking Expert
After moving away from the corporate work-style, Alex has found rewards in a lifestyle of constant analysis, team coordination and pestering his colleagues. Holding an MCSA Windows Server... read more
Affiliate Disclosure
  • Notepad++ is an open-source text editor with support for a wide array of plugins to enhance its abilities.
  • You can use the Compare plugin to show the differences between two files, but a comparison can be drawn even without it.
  • We have listed below all the ways you can compare files in Notepad++.
how to Compare Two Files in Notepad++

Notepad++ is an editor that serves as an effective replacement for the classic Notepad, a built-in utility in Windows. The former offers advanced options and a wide array of customizations. And many use Notepad++ to compare two files.

While Notepad++ has gained popularity across the spectrum, be it amongst regular users or programmers, the ability to compare 2 files in Notepad++ and save the differences makes it stand out.

When should I use file comparison in Notepad++?

How we test, review and rate?

We have worked for the past 6 months on building a new review system on how we produce content. Using it, we have subsequently redone most of our articles to provide actual hands-on expertise on the guides we made.

For more details you can read how we test, review, and rate at WindowsReport.

File comparison is beneficial in several situations where you must highlight the differences. For instance, if you plan to merge two files, it’s imperative to identify what’s different between them before proceeding.

Also, when transferring files from one location to another, certain parts may be left out; to verify this, a simple side-by-side comparison should do. Besides, programmers may need to compare two versions of the same file. All this is possible using Notepad++.

How do I compare text files in Notepad++?

Tip icon Tip
When comparing two text files in Notepad++, you have the option to use a plugin or do the job manually. We recommend the former since it’s more accurate and minimizes manual effort.

1. With plugin

1.1 Install the Compare plugin

  1. Launch Notepad++, click on the Plugin menu, and then select Plugins Admin.plug ins admin
  2. Locate the Compare entry, tick the checkbox next to it, and click on Install.install plugin
  3. Click Yes in the confirmation prompt.
  4. After the plugin is installed, Notepad++ will relaunch automatically.

You have now completed the first step to compare two files in Notepad++ with a plugin on 64-bit. With the plugin installed, all that’s left is to select the files and compare them.

1.2 Comparing two files in Notepad++

  1. In Notepad++, click on the File menu, and select Open.open to Compare Two Files in Notepad++
  2. Now, navigate to the location where the previous file is stored, select it, and click Open.
  3. Do the same thing, and this time, open the new (other) file you want to compare in Notepad++.
  4. Once the two files are open, click on the Plugins menu, hover the cursor over Compare, and again select Compare. Alternatively, you can press Ctrl + Alt + C to trigger the plugin.compare
  5. Notepad++ will now compare the two files and highlight the differences. You will find several symbols and colors for easy representation. These are:
    • Added: Denoted by a + sign or a green line, this shows parts that are included in the second file but not in the first. Only used in the second file.
    • Removed: Denoted by a sign or a red line, this shows parts that are included in the first file but not in the second. Only used in the first file.
    • Moved: Denoted by a double-sided vertical arrow, this highlights parts that are present in both files but at different locations.
    • Changed: Any changes you make are denoted by , and it could be both red or green in color depending on whether the part was removed or added, respectively.compare files

2. Without plugin

  1. Open both the files you want to compare in Notepad++.
  2. Now, right-click on the tab for one, hover the cursor over Move Document, and select Move to Other View.move to other view
  3. The two files will now be visible side-by-side, and you can start comparing them.Compare Two Files in Notepad++ without plugin

When you compare two files in Notepad++ without a plugin, the results aren’t as clear, requiring more manual effort and time. Besides, the lack of color coding and symbols might result in missing important differences. So, it’s recommended that you install the Compare plugin.

And once you know how to compare two or more text files in Notepad++, do not forget to check the best PDF compare software for Windows.

For any queries or to share your feedback on the process, drop a comment below.

This article covers:Topics: