All tools/Search

Search inside ZIP

Runs locally

Drop a ZIP and grep every text file inside without unpacking it. Regex, case-sensitivity, file-grouped results with line numbers.

Drop a ZIP file to search
We list every text file inside, then grep on demand. Nothing leaves the browser.

Search the text inside a ZIP archive without extracting it. Drop in a .zip and grep across every file it contains for a keyword or pattern, then jump straight to the matches — all in your browser, with nothing uploaded.

How to search inside a ZIP file

  1. 1Drop in your .zip archive.
  2. 2Enter a keyword or pattern to search across all contained files.
  3. 3Browse the matching files and lines without unzipping.

Grep an archive without unzipping

Hunting for a string buried somewhere in a large ZIP usually means extracting the whole thing first, cluttering your disk. Searching directly inside the archive scans every file in place and shows you the matches, so you can find that one config value or log line without unpacking anything.

Frequently asked questions

How do I search the contents of a ZIP file?
Drop the .zip into the tool and enter your search term. It scans the text inside every file in the archive and shows the matches, without extracting it.
Do I have to unzip the file first?
No. The search reads inside the archive directly, so there's no need to extract it.
Is my archive uploaded?
No. The search runs in your browser, so the archive and its contents stay on your device.