How to Inspect a File's Type and Details

A file with no extension, a download you are not sure about, an attachment that will not open — sometimes you need to know what a file *actually is* before you trust or use it. A file inspector reads a file's real details: its true type, size, and metadata. This guide explains why the extension can lie, what inspection reveals, and how it helps you stay safe and solve problems.

Why the extension is not the truth

A file's extension — `.pdf`, `.jpg`, `.docx` — is just part of its name, and names can be anything. The *real* type is determined by the file's actual contents, specifically the "magic number" or signature in its opening bytes. A file called `photo.jpg` might really be something else entirely, and a file with no extension still has a true type baked into its data. Inspection reads that real signature rather than trusting the label.

How to inspect a file with this tool

  1. Open the File Inspector tool.
  2. Load the file.
  3. Read its detected type, size, and details.

Everything runs in your browser, so the file is never uploaded — you can safely examine something suspicious without sending it anywhere.

What inspection tells you

This answers the practical questions: What is this thing? Is it what it claims to be? Will the program I am about to open it in understand it?

Where inspection matters most

Related tools

If inspection shows the file is an archive, Zip Extractor unpacks it. If it is encrypted, Decrypt File restores it. Reassembled a file from parts with File Merger and want to confirm it is whole and correct? Inspect it here.

Common uses

Privacy and limits

Inspection is fully local — no upload, no file-size cap, nothing stored, offline once loaded. Open the File Inspector tool to see what a file really is.