Turn singular English nouns into plurals and back, with irregulars, -ies, -ves and uncountables handled, all in your browser
- Runs locally
- Category Text
- Best for Removing repetitive cleanup work from everyday writing and operations.
What this tool does
A free pluralizer that converts English nouns between singular and plural and gets the hard cases right. Most words just take an -s, but real English is messier: words ending in s, x, z, ch or sh take -es (box → boxes), a consonant plus y flips to -ies (city → cities), and many -f or -fe words switch to -ves (leaf → leaves, knife → knives). On top of the suffix rules it carries a table of more than forty irregular plurals (child → children, man → men, foot → feet, mouse → mice, person → people) and the Latin and Greek loanwords that trip people up (datum → data, cactus → cacti, analysis → analyses). Zero-plural nouns such as sheep, fish, deer and series, plus true uncountables like information and equipment, are left unchanged. The converter works both ways, so you can singularize a plural just as easily, and it keeps your capitalization so Child becomes Children and BOX becomes BOXES. Paste one word per line to convert a whole list at once, then copy the result with a single click. Everything runs locally in your browser.
Tool details
- Input
- Text
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Text · Content Creator
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Pluralizer fits into your work
Use it to clean, compare, reshape, or extract plain text before it goes into a document, CMS, spreadsheet, or prompt.
Text jobs
- Removing repetitive cleanup work from everyday writing and operations.
- Making text easier to compare, paste, publish, or feed into another tool.
- Working with content locally when the text is private or unfinished.
Text checks
- Scan for unintended whitespace, duplicate lines, and lost punctuation.
- For long text, test the first few lines before applying the whole change.
- Copy the final output only after checking the preview.
Good next steps
These links move the current task into a more complete workflow.
- 1 Add Line Numbers Number every line of pasted text — set start, step and separator, zero-pad to align, skip blanks, or strip numbers back off — browser-only Open
- 2 Character Frequency Counter Count how often every character appears, ranked by frequency, with case, space and punctuation toggles, browser-only Open
- 3 Case Converter Convert text between camelCase, snake_case, kebab-case, PascalCase, Title Case, UPPER, lower — instant, browser-only Open
Real-world use cases
Singularize a column of plural table names for an ORM
Flip the direction to plural-to-singular, paste a column of database table names one per line, and get user, category, person and analysis back in a single pass. The irregulars (people to person, analyses to analysis) come out right, which a naive trailing-s strip would mangle.
Spell-check plurals while drafting without a dictionary
Type a singular noun you are unsure about and read the correct plural instantly: cactus to cacti, leaf to leaves, knife to knives. Capitalization is kept, so a sentence-start Child returns as Children and a shouted BOX returns as BOXES, ready to drop straight back into the sentence.
Common pitfalls
Stripping a trailing s to singularize, which turns analyses into analyse and people into peopl. Use the plural-to-singular direction so the irregular table catches these.
Trusting -es on every f or fe word: it is leaves and knives but roofs, beliefs and chefs, not rooves or cheves. The tool only swaps the whitelisted ones.
Pasting sentences instead of one word per line. Batch mode converts each line as a single noun, so a full phrase comes back garbled.
Privacy
The pluralizer runs as JavaScript inside this tab, so the words you type, paste or copy never reach a server and are never logged. One caveat: the share link puts your input in the URL query string, so a pasted link leaves those words in the recipient's access log. For private wordlists, use the copy button instead of sharing the URL.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- 24-Point Solver & Game 24-point solver and game — enter 4 numbers and get every solution instantly, or play random hands against the clock.
- Age Calculator Calculate your exact age — years, months, days, hours. Compare two dates or count to a future date.
- AI Model Comparison AI model comparison — 20+ models (GPT / Claude / Gemini / Llama / Qwen) across price, context, speed, capabilities (2026).
- AI Token Counter AI token counter — estimate token count for GPT / Claude / Gemini, with per-model cost calculator (2026 pricing).