Gearboxly

Free Palindrome Checker

Check if text reads the same backwards.

Feedback Report issue
Loading tool…

What is the Palindrome Checker?

A palindrome reads the same forwards and backwards — 'level', 'racecar', or the sprawling 'A man, a plan, a canal: Panama'. They're a favorite in word games, puzzles, and programming exercises, but checking a long phrase by eye is easy to get wrong.

This checker instantly tells you whether a word, phrase or number is a palindrome, with an option to ignore case, spaces and punctuation.

Last updated: Aug 12, 2026

What does this tool do?

You enter text and the tool compares it against its reverse, reporting whether they match.

With the ignore option on, it strips case, spaces and punctuation first, so full phrases and sentences are recognized as palindromes rather than only single words.

Key features

Instant check

Tells you yes or no immediately.

Phrase-friendly

Optionally ignore case, spaces and punctuation.

Works on numbers

Check numeric palindromes too.

Live

Updates as you type.

Private

Everything runs in your browser.

Example

Input
A man a plan a canal Panama
Processing
The tool removes spaces and case, then compares to the reverse.
Output
Yes — this is a palindrome.

Common use cases

  • Word-game playersVerify palindromes quickly.
  • StudentsComplete language or coding exercises.
  • DevelopersTest palindrome logic against examples.
  • Puzzle makersConfirm palindrome clues.
  • TeachersDemonstrate palindromes in class.
  • WritersCheck clever wordplay.
  • KidsExplore fun words and phrases.
  • Trivia fansSettle a palindrome debate.

Benefits

  • It removes the eye-strain of checking long phrases.
  • Ignore-options recognize full sentence palindromes.
  • It works on numbers as well as words.
  • Your text never leaves the browser.

Tips

  • Turn on ignore-options for phrases with spaces and punctuation.
  • Turn them off to check exact character-for-character palindromes.
  • Numbers like 12321 are palindromes too.
  • Single characters count as palindromes.
  • Accented letters may or may not match depending on how they're typed.
  • Try classic examples like 'racecar' or 'Was it a car or a cat I saw?'.
  • For programming, this is a quick way to verify test cases.
  • Whitespace at the ends is trimmed before checking.

Common mistakes to avoid

Expecting phrases to pass with strict matching

Fix: Turn on ignore case, spaces and punctuation for sentence palindromes.

Forgetting punctuation counts in strict mode

Fix: With the option off, commas and colons must mirror too.

Assuming numbers aren't supported

Fix: Numeric palindromes like 12321 are checked the same way.

Trailing spaces

Fix: They're trimmed automatically, but check pasted text for hidden characters.

How it works

  1. 1

    Enter text

    Type a word, phrase or number.

  2. 2

    Check

    See whether it's a palindrome.

Frequently asked questions

Text that reads the same forwards and backwards, like 'level' or 'racecar'.

Yes — enable that option so phrases like 'A man a plan a canal Panama' are recognized.

Text that reads the same forwards and backwards, like 'level' or 'racecar'.

Yes — enable that option so phrases like 'A man a plan a canal Panama' are recognized.

Yes. Numeric palindromes such as 12321 are checked the same way.

Strict mode compares every character; the ignore option strips case, spaces and punctuation first.

Yes. Any single character reads the same both ways.

No. The check runs entirely in your browser.

Conclusion

A palindrome checker settles the question instantly, phrases and numbers included. Pair it with the reverse-text tool to see the mirror for yourself.

Related tools