100% local processing — your files and data never leave this browser. No uploads, no server storage.

OnboxTools

Free · Browser-only · No upload

Find and replace words online

Bulk word find and replace with live preview — Word, Excel, and plain text

Find and replace word occurrences across pasted text without opening a desktop editor. Enter what to search for, type the replacement, and copy the updated result back to Word, Excel, Google Docs, or your code editor.

Match counts update as you type so you know how many rows or paragraphs will change before you paste. Everything runs in your browser — no upload, no account, and no waiting on a server.

Search & replace options

Source text
Result
Matches
Replaced0
Lines
StatusEnter find

More Text Utilities

🔓
Base64 Decoder
🧬
Base64 Encoder
🔡
Case Converter
Cron Generator
🎨
CSS Minifier
📐
CSS Unminifier
📆
Date Format Converter
📅
Date to Unix
🔎
Find and Replace
🛡️
HTML Escape
📰
HTML Minifier
↩️
HTML to Markdown
🔓
HTML Unescape
📄
HTML Unminifier
📋
Markdown Preview
🔄
Markdown to HTML
🎲
Random Number
🔤
Random String
🔍
Regex Tester
🧹
Remove All Whitespace
↩️
Reverse Text
✂️
Split String
⚖️
Text Compare
🔁
Text Repeater
📖
Text Viewer
🌍
Time Zone Converter
🕐
Unix Time to Date
🔗
URL Encoder
🔤
UTF-8 Decoder
🌐
UTF-8 Encoder
📊
Word Counter

Browse by category

How to find and replace words in Word, Excel, and plain text

What find and replace does for pasted text

Find and replace is the fastest way to change a repeated term across a document. Whether you need to swap a product name, fix a recurring typo, or update a placeholder before sending a report, a single search string can update every occurrence at once.

This online find and replace tool works on plain text you paste from any source. It mirrors the core workflow you already know from Microsoft Word — enter a find string, enter a replacement, and review the result — without editing the original file format.

Live match and replace counts show how many instances were found before you copy the output. That preview step matters when you are renaming something sensitive: a zero count means the term is missing, and an unexpectedly high count warns you the search term is too broad.

Because processing happens locally in your browser, internal memos, customer lists, and draft contracts never leave your machine.

How to find and replace in Word without reopening the document

Microsoft Word find and replace uses Ctrl+H (Windows) or Cmd+Shift+H (Mac) inside the .docx file. When you only have copied text, or you want a quick preview before committing changes, paste into this tool instead.

To find and replace on Word content here: select all in Word (Ctrl+A), copy (Ctrl+C), paste into the source panel, enter your find and replace words, then copy the result back. Word receives plain text — formatting from the original selection is not preserved, which is ideal for bulk terminology swaps in body copy.

How to replace a word in Word with match case: enable Match case in this tool, the same as unchecking “Match case” off in Word’s dialog when you need exact casing. How to replace words in Word without touching partial matches: turn on Whole words only, which matches Word’s “Find whole words only” checkbox.

How to replace in Word when you want only the first hit: disable Replace all occurrences and only the first match changes — useful when you are testing a replacement phrase before applying it everywhere.

Excel find and replace for copied cells

Excel find and replace normally lives on the Home ribbon under Find & Select, or with Ctrl+H inside the workbook. When you have exported a column, copied a range, or pasted CSV text into a note, this browser tool gives you the same outcome on the clipboard.

Find and replace in Excel workflows often mean updating SKU prefixes, normalizing country codes, or swapping delimiter characters in a flat export. Paste the column here, run replace all, and paste values back with Paste Special so you do not reintroduce formulas accidentally.

Find and replace excel data cautiously when cells contain commas inside quoted fields — structural CSV edits need a parser. For simple one-to-one word swaps across a pasted block, literal replace is fast and predictable.

After cleanup, paste back into Excel using Paste Values. The live line count helps confirm whether row breaks survived the operation when you copied multi-line cells.

Word find replace vs whole-word and case options

Word find and replace and this tool share the same mental model: a find box, a replace box, and toggles for scope. Replace all occurrences is on by default so you can rename a term across the entire paste in one pass.

Whole words only adds boundaries around your search term so “cat” does not match “category”. That prevents the classic mistake of shortening words when you only meant to replace a standalone token.

Match case treats “Hello” and “hello” as different strings. Leave it off for case-insensitive passes — the same behavior as Word when match case is disabled.

Word find replace shortcuts like Ctrl+H still apply inside Word itself. Use this page when you want a sandbox: the original stays in the source panel until you deliberately copy the result elsewhere.

Vim find and replace and when to use this tool instead

Developers often reach for vim find and replace or vim search and replace commands such as :%s/old/new/g. Vim search replace is powerful inside a terminal session but awkward on a phone, locked-down laptop, or shared machine without your .vimrc.

Search replace vim patterns use regular expressions by default. This tool focuses on literal find and replace word swaps — paste log excerpts, config snippets, or ticket exports and substitute strings without memorizing vim search/replace syntax.

If you need vim search and replace style patterns with capture groups, test them in our Regex Tester first, then apply simple literal replacements here for the final cleanup pass.

Vim find and replace shines in project-wide edits inside an editor. This page shines when the data is already on your clipboard and you want an immediate preview with match counts before pasting into Word, Excel, or Slack.

Practical tips and related tools

Back up the original text before large replacements — keep the source panel unchanged or save a .txt copy. One wrong find string can alter thousands of lines in a single click when replace all is enabled.

Import small .txt, .md, or .csv files when your source is not on the clipboard. Clear all resets find, replace, and source fields when you finish on a shared computer.

Pair with Remove All Whitespace when pasted Word or Excel content includes stray line breaks before you run terminology swaps. Use Case Converter after replacements to fix capitalization. Use Split String when you need columns separated after a bulk rename.

For pattern-based work beyond literal strings, open the Regex Tester to validate expressions, then return here for straightforward word find replace on the cleaned text.

Detailed guide

How to find and replace in Word via paste

Copy your document text from Word, paste into the source panel, and enter the word to find plus its replacement. Check the match count, then copy the result and paste back into Word.

Enable whole words only when replacing short terms that might appear inside longer words. Enable match case when proper nouns must stay distinct from lowercase variants.

Excel column rename without formulas

Copy the column from Excel, paste here, run find and replace excel style on the flat text, then paste values back into the sheet.

Confirm the replaced count matches your expectation before overwriting production data.

Common questions

Find and Replace FAQ

Is this the same as find and replace in Word?

It works the same way for plain text: enter what to find, what to replace it with, and copy the updated text. Paste from Word, run replacements here, then paste back. Formatting is not preserved — only characters.

How do I find and replace in Excel without opening the workbook?

Copy the cells or exported text, paste into the source panel, run your replacements, and paste values back into Excel. Match counts show how many instances changed.

Can I replace every occurrence at once?

Yes. Replace all is on by default. Turn it off to change only the first match when you want to test a replacement before applying it everywhere.

What does whole words only do?

It limits matches to standalone words so a short find string does not alter longer words that contain the same letters — similar to Word’s whole words option.

Does match case work like Word?

When enabled, uppercase and lowercase must match exactly. When disabled, casing is ignored.

Is my document uploaded?

No. Find and replace runs entirely in your browser.

Does the Find and Replace send my input to a server?

Yes. Everything runs in your browser. Your input is not uploaded, logged, or stored on our servers.

Do I need an account?

No account or sign-up is required. Open the page and start using the tool immediately.