Check a GZIP file
Inspect a .gz or .gzip stream for header problems, decompression failure, CRC32 mismatch, truncated data, and uncompressed-size inconsistencies — directly in your browser.
Analyzing your file...
Checking the file structure.
ARADURU is checking this file.
Waiting for the diagnosis.
Wait for the browser-side check to finish.
Building your troubleshooting path.
Waiting for the problem context.
Waiting for the file check.
Waiting for the next step.
WHY ARADURU SAYS THIS
Review file evidence and details
File facts, recovery guidance, and technical checks stay here until you need them.
Show details
Your file at a glance
ARADURU will suggest the safest next action after the file check finishes.
File identity evidence
Technical details View file checks
GZIP file won’t decompress or looks damaged?
Start with the compressed stream itself. ARADURU checks the GZIP container before you assume the source file or extraction application is the problem.
Integrity checks for the GZIP container and payload
ARADURU checks both the outer GZIP structure and the integrity values that can only be verified after successful decompression.
Header and flags
Check the GZIP signature, DEFLATE method, reserved flag bits, and optional header-field boundaries.
Compressed stream
Use the browser’s native GZIP decompression path to confirm whether the complete stream can be decoded.
CRC32 integrity
Calculate CRC32 from the decompressed bytes and compare it with the checksum stored in the GZIP trailer.
Uncompressed size
Compare the decompressed byte count with the ISIZE value stored at the end of the GZIP member.
Original filename
Read the optional FNAME field without assuming that the stored name proves the decompressed content type.
Expansion profile
Show compressed size, unpacked size, and the resulting expansion ratio as file-side context.
A healthy GZIP stream does not validate the decompressed file itself.
ARADURU verifies the GZIP container and decompressed byte integrity. The content inside can still require its own file-format, syntax, security, or application-specific checks.
- Keep the original. Extract or repair a copy when the compressed data matters.
- Check the decompressed file separately. A healthy GZIP wrapper does not prove the inner file is valid.
- Use Compatibility Check. Review file-side portability separately from destination support.
- Use Upload Check. Compare the .gz file with a destination’s size, type, and filename rules.