Free tool

Remove Accents from Text

Remove accents from any text instantly, keeping the ñ if you want. 100% in your browser.

Keep the ñ

The ñ is its own letter in Spanish, not an accent — you can keep it.

Built by

Miguel Ángel Colorado Marin (MACM)

Full-Stack Developer · Guadalajara, España

I develop web apps, digital tools and full projects — from design to deployment.

Contact me

This tool removes accents and diacritics from a text (á, é, í, ó, ú → a, e, i, o, u) instantly, useful for generating filenames, URL slugs, usernames, or any field that doesn't accept special characters. Paste your text, and the accent-free result appears immediately, ready to copy. By default it keeps the ñ (which is its own letter in Spanish, not an accent), but you can turn that off if you also need it converted to n. All processing happens with native browser JavaScript (Unicode NFD normalization), with no library or external server.

Features

  • Removes accents from vowels
  • Option to keep the ñ
  • Instant result as you type
  • Copy to clipboard with one click
  • 100% in browser, no uploads

How to remove accents from a text?

  1. 1

    Paste your text

    Type or paste the text in the box on the left.

  2. 2

    Decide what to do with the ñ

    Turn it on to keep it, off to also convert it to n.

  3. 3

    Copy the result

    The accent-free text appears instantly on the right, ready to copy.

Frequently asked questions

Is my text uploaded to a server?

No. Everything is processed with JavaScript directly in your browser.

Why does it keep the ñ by default?

Because the ñ is an independent letter of the Spanish alphabet, not an "n with an accent" — many legitimate uses (names, Spanish-language slugs) want to keep it.

Does it work with languages other than Spanish?

Yes, it uses standard Unicode normalization, so it also removes accents from French, Portuguese, German and other languages with diacritics.

Related tools

Embed Remove Accents on your site

Add Remove Accents to any web page with a simple iframe. Free, with attribution to miguelacm.es.

<iframe
  src="https://miguelacm.es/embed/remove-accents"
  width="100%"
  height="700"
  frameborder="0"
  title="Remove Accents — miguelacm.es"
></iframe>
View embed in new tab →