Code Unminify

Beautify and reformat minified JavaScript, CSS, or HTML code to make it readable again.

Formatted code will appear here...

How to Use Code Unminify

  1. 1

    Paste Minified Code

    Paste your minified JavaScript, CSS, or HTML into the input area.

  2. 2

    Select Language

    Choose the correct language (JS, CSS, or HTML) for the best formatting results.

  3. 3

    Beautify & Copy

    The output is formatted automatically. Click Copy to copy the beautified code.

Frequently Asked Questions

Can this restore original variable names?
No. If code has been obfuscated (variable names shortened), the original names cannot be recovered. It can only restore readable formatting, not the original source.
What is the difference between unminify and deobfuscate?
Unminify restores whitespace and formatting. Deobfuscation attempts to reverse intentionally confusing variable names and logic — a much harder problem.