Notepad++ is the most popular Text Editor for the Windows Operating System, one of its widely used features of it is text compare.
You can compare two files (be it XML, JSON, CSV, Java, Python, HTML, JavaScript, CSS code, or any text file) to know if they are identical, do they have something missing, what is the difference between the two files.
If you do not see the Compare tool under the Plugins menu, then you would need to install it using the Plugin Admin (Manager) - follow this tutorial to install it - https://code2care.org/q/notepad-plus-plus-compare-option-unavailable
How to compare two files in Notepad++
- Open Notepad++,
- Open the 1st file you want to compare in one tab,
- Open the 2nd file you want to compare in another tab,
- If you have multiple tabs open, be on the 1st file and go to Plugins -> Compare -> Set as first to compare.
- Now go the 2nd file tab and goto Plugins -> Compare -> Compare.
- You should be able to see the files compared with the differences.

As you can see in the above example, as soon as you click on Compare, the Notepad++ Window is split into two halves with files side-by-side to show how the two files are different.
The Compare Nav Bar shows you color heatmap of the differences between files which comes in handy when there are huge files that you are trying to compare.

In the next example, we have auto-arranged to match files line-by-line and you can see various colors and icons to represent the missing line, extra line, and line that varies a bit - you can check it out under Compare -> Settings.


Set as First to Compare: Ctrl+Alt+1
Compare: Ctrl+AIt+C
Clear Active Compare: Ctrl+Alt+X
Clear All Compares: CtrI+ Alt+ Shift + X
Diff since last Save: Ctrl+Alt+D
SVN Diff: Ctrl+Alt+V
Git Diff: Ctrl+Alt+G
Ignore Spaces
Detect Moves
Navigation Bar
Previous: Alt+ Page up
Next: Alt+Page down
First: Ctrl+Alt+ Page up
Last: Ctrl+Alt+Page down
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!