MIME Type Lookup — Find MIME Type for Any File Extension

Quickly find the MIME type for any file extension. Get the content type, description, and common uses for hundreds of file formats. 100% client-side — no data is sent anywhere.

MIME Type Lookup

.
Type a file extension with or without the dot prefix

How to Use the MIME Type Lookup

  1. Type a file extension in the input field (e.g., "pdf", ".json", "png").
  2. View the MIME type, category, description, and common uses instantly.
  3. Copy the MIME type to your clipboard with one click.
  4. Browse the filterable list of all common MIME types below.
  5. Use the filter to quickly search by extension or MIME type name.

Why Use This MIME Type Lookup

Knowing the correct MIME type is critical for web servers, HTTP headers, email attachments, and API responses. Serving a file with the wrong MIME type can break rendering, downloads, or security policies.

This lookup provides instant results, comprehensive metadata, and a searchable reference list for hundreds of common file formats — all offline.

Frequently Asked Questions

A MIME (Multipurpose Internet Mail Extensions) type is a standard identifier that tells browsers and servers what type of content a file contains. For example, image/png for PNG images.

Browsers use MIME types to decide how to handle content — whether to display it, download it, or pass it to a plugin. Incorrect MIME types can cause security issues, broken layouts, or failed downloads.

The tool includes hundreds of common MIME types. If yours isn't listed, check IANA's official registry for the complete database.

Use Cases

Web Server Configuration

Set correct Content-Type headers in Nginx, Apache, or IIS configurations for proper content delivery.

Email Attachments

Set correct MIME types for email attachments to ensure they render and download properly across clients.

API Development

Configure correct Content-Type and Accept headers for REST APIs, file uploads, and download endpoints.

Security Policy Setup

Configure Content-Security-Policy and X-Content-Type-Options headers with accurate MIME types.