Skip to content
T
Tools.Town
Free Online Tools for Everyone
racecar

Palindrome Checker

100% Free

Check whether any word, phrase, or number is a palindrome — ignore case and punctuation, find palindrome words, and spot the longest palindrome inside, instantly and in-browser.

Instant Check
Case + Punct.
Finds Words
100% Client-Side

1. Your text

Options

2. Result

✓ It's a palindrome
Reads the same forwards and backwards.
Compared
amanaplanacanalpanama
Reversed
amanaplanacanalpanama
Characters compared
21
Longest palindrome inside
amanaplanacanalpanama

Embed This Tool

Easy to Embed

Add Palindrome Checker to your website or blog in seconds.

  • Responsive design
  • Lightweight & fast
  • No backend required
  • Always up-to-date
<iframe
  src="https://tools.town/embed/palindrome-checker/"
  width="100%"
  height="600"
  style="border:none; border-radius:12px;"
  loading="lazy"
  title="Palindrome Checker">
</iframe>

Share This Tool

Share Instantly

Share Palindrome Checker with anyone — no login required.

  • Shareable link
  • No login required
  • Works on any device
  • No account needed

Share via

Advertisement

How to Use

  1. 1 Type or paste a word, phrase, or number
  2. 2 Choose whether to ignore case and punctuation
  3. 3 See instantly whether it's a palindrome
  4. 4 Compare the normalized text with its reverse
  5. 5 Check the palindrome words and the longest palindrome found

Features

  • Instant palindrome check as you type
  • Ignore case and ignore spaces/punctuation toggles
  • Shows the exact characters compared and the reverse
  • Lists individual words that are palindromes
  • Finds the longest palindromic substring inside your text
  • 100% in-browser — nothing you type is uploaded

Why it Matters

Palindromes are a favourite in wordplay, puzzles, coding interviews, and teaching reversal logic. Checking longer phrases by eye is slow and error-prone — a tool gives an instant, reliable answer and shows exactly why.

★★★★★

Use Cases

Students & Teachers

Demonstrate palindromes and reversal in class

Coding Practice

Verify palindrome logic and test edge cases

Word Games

Settle puzzle and crossword questions instantly

Writers

Craft and verify palindrome phrases and names

What this tool does

The Palindrome Checker tells you instantly whether a word, phrase, or number reads the same forwards and backwards. It can ignore case and punctuation so full sentences qualify, shows the exact characters being compared against their reverse, lists any palindrome words, and finds the longest palindromic substring in your text.

How it works

The checker normalizes your text according to the options you choose — optionally lower-casing and stripping everything except letters and digits — then compares the result with its reverse. It also scans for the longest internal palindrome using an expand-around-center search.

Why palindromes are useful to check

They show up in puzzles, wordplay, teaching, and coding interviews. Verifying a long phrase by eye is slow and easy to get wrong; an instant checker removes all doubt and shows exactly which characters were compared.

Privacy

Everything runs locally in your browser. Nothing you enter is uploaded, logged, or stored.

Frequently Asked Questions

What counts as a palindrome?
A palindrome reads the same forwards and backwards. 'racecar' and 'level' are classic single-word examples. For phrases, you usually ignore case, spaces, and punctuation, which is why 'A man, a plan, a canal: Panama' counts. The tool lets you toggle both of those rules.
Does it work with numbers?
Yes. Numeric palindromes like 12321 are checked the same way — the digits must read identically in both directions. Mixed letters and numbers work too.
What does 'ignore punctuation' do?
When on, the checker strips spaces, commas, colons, and other symbols before comparing, so only letters and digits are tested. Turn it off to require an exact character-for-character match including punctuation.
What is the longest palindrome it finds?
Beyond a yes/no answer, the tool scans your text for the longest run of characters that forms a palindrome on its own — handy for puzzles and for understanding why a phrase did or didn't qualify.
Is my text stored anywhere?
No. The check runs entirely in your browser. The text you enter is never uploaded, logged, or stored.

Related Tools You Might Like

Browse more free tools