Compare Files Online
Upload 2 files to instantly check if they are identical using SHA-256 checksums.
Upload 2 folders (up to 100 files, 50 MB each) to compare the files in two folders and identify missing, modified, or duplicate files.
Select 2 folders to compare (max 100 files, 50MB each).
Click "Compare Folders" to scan both folders and generate the comparison summary.
Review the summary counts, differences, and duplicates after the scan completes.
Folder comparison at FolderManifest uses SHA-256 checksums to analyze every file in both folders. This cryptographic hash uniquely identifies file contents, ensuring accurate comparison regardless of filenames or modification dates.
The process begins with recursive scanning—our tool traverses all subfolders within each folder you upload, building a complete file inventory. Each file is analyzed to generate its SHA-256 hash, which serves as a digital fingerprint.
After scanning completes, the tool cross-references the two file inventories:
Additionally, the tool detects duplicate files within each folder and across both folders, helping you identify wasted storage space and clean up redundant copies.
Confirm your backup matches the source before you rely on it.
Ensure every file moved correctly after a server or cloud migration.
Preview differences before running a sync to avoid overwrites.
Identify duplicate content across folders to reclaim storage.
Every subfolder is included so you get a full inventory.
Hashes verify content matches, not just filenames.
Spot duplicates within and across folders automatically.
Comparison reports differences without changing any files.
Sync modifies files to make folders match, which is riskier when you need an audit trail.
Windows 11 has no built-in screen for comparing the contents of two folders, but you can get a basic answer from the command line—or skip it and use the tool above.
Option 1 — Robocopy (list only, makes no changes): open Terminal or Command Prompt and run a dry run that reports differences without copying anything:
robocopy "C:\FolderA" "C:\FolderB" /L /E /NJH /NJS /FP /NS
The /L flag makes it list-only, so no files are moved or overwritten. You will see which files are new, changed, or missing.
Option 2 — PowerShell hashes: compare folders by content using SHA-256 instead of just name and size:
Get-ChildItem -Recurse C:\FolderA | Get-FileHash
Run it against both folders and diff the two hash lists. This catches files that share a name but differ in content—something a size-only check misses.
Both methods work but are fiddly and return raw text. The folder compare tool above runs the same SHA-256 content check in your browser and shows added, modified, missing, and duplicate files in one view—no install, no commands.
Folder comparison uses secure upload with server-side, in-memory processing and immediate cleanup - no storage, no tracking, no retention.
Compare backup folders against originals to ensure every file is present and identical. Catch corrupted or incomplete backups before disaster strikes.
After migrating data to a new server or cloud provider, compare source and destination folders to confirm successful transfer with zero data loss.
Before running automated sync tools, manually compare folders to preview what changes will occur. Avoid accidental deletions or overwrites.
Identify duplicate files scattered across folders. Free up storage space by removing redundant copies while preserving originals.
Compare different versions of project folders to see which files changed between releases. Track modifications without complex version control systems.
Document folder contents before and after audits. Generate evidence of file integrity for compliance, legal, or regulatory requirements.
Use the online tool for quick folder checks. Choose the desktop app for large folders, automation, and reporting.
What it does:
What it doesn't do:
When You Need a Full Desktop Solution
Use FolderManifest desktop to scan unlimited folders, generate detailed audit reports, schedule automatic comparisons, and track changes over time.
Upload both folders using the folder selection buttons. The tool will scan all files recursively, calculate SHA-256 checksums, and show you which files are unique to each folder, which are identical, and which have the same name but different content.
Upload two folders and review the generated differences report. You will see files unique to each folder, matching files, and files with the same name but different content.
Yes. Folder comparison reports differences only and does not modify your files. This is safer when you want to review changes before any sync action.
Most comparisons complete within seconds. The time depends on file count and sizes, not folder structure complexity. SHA-256 calculation is optimized for speed while maintaining accuracy.
The free online tool displays results but does not support export. FolderManifest desktop can generate interactive HTML reports for documentation and audit purposes.
All file types are supported. The tool compares files by content using SHA-256 checksums, regardless of file extension. This works for documents, images, videos, archives, and any other file type.
The tool handles different folder structures gracefully. It compares files by path relative to each folder root, so you can see which files exist in one folder but not the other, regardless of subfolder organization.
Yes, when using FolderManifest. Your files are processed in-memory on our servers and never stored. After comparison, files are immediately discarded from memory.
Yes. A directory and a folder are the same thing—upload two directories and the tool compares every file inside them by SHA-256, showing which files are added, missing, or changed between the two.
Upload 2 files to instantly check if they are identical using SHA-256 checksums.
Upload up to 10 files to find byte-for-byte duplicates using SHA-256 checksums.
Extract detailed metadata from your files — sizes, types, dimensions, and checksums.
Generate SHA-256, MD5, SHA-1, and CRC32 checksums for any file to verify integrity.
Upload a CSV or Excel file to highlight duplicate values with a per-column count. 100% private.