How to Word Wrap in Excel

If you just need to word wrap in excel and move on, the boxed answer at the top is all you need. The rest of this page is for when you want to understand why it works in Excel, adapt it to a trickier version, or make it robust enough to hand to a colleague. We keep the opening short on purpose — the depth is here when you want it, not in your way when you don’t.

Exact answer

In Excel: select the cells and click Home ▸ Wrap Text so long text flows onto several lines inside the cell; press Alt+Enter while editing to force a line break wherever you want one.

Annotated stepsExcel
1

Select the cell or range whose long text you want kept inside the cells.

2

On the Home tab click Wrap Text; the text rewraps onto multiple lines and the row height grows to fit.

3

To force a break at an exact point, double-click into the cell, position the cursor, and press Alt+Enter.

4

If a row does not auto-grow, double-click the row border or use Home ▸ Format ▸ AutoFit Row Height.

Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

Wrap Text lets a cell show its full contents on multiple lines instead of spilling across neighbouring cells or being clipped at the edge. The Home ▸ Wrap Text button turns automatic wrapping on, and Excel grows the row height so every wrapped line is visible while the column width stays the same. For a break in a specific spot — between an address’s street and city, say — you press Alt+Enter while editing to insert a manual line break. The underlying value never changes; only how it is displayed does. Most people learn this as a sequence of clicks and forget it by next week; learning it as a pattern instead is what lets you apply it to the next, slightly different version of the problem without starting from scratch. That is the difference this page is trying to make. Treat “word wrap in excel” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected cells shows up while it is still harmless. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That turns a text operation that turns messy entries into clean, usable data into a method you can reuse, explain, and defend when the workbook leaves your screen.

A worked example

A1 holds "27 Mathematician Road, Marylebone, London NW1 6XE" and overflows far past its column. Select A1 and click Home ▸ Wrap Text: the text now stacks onto three or four lines within the same narrow column, and the row gets taller so all of it shows. Want the city on its own line exactly? Double-click into the cell, place the cursor before "London", press Alt+Enter, and a deliberate break drops it down — the wrapped cell holds both the automatic wrapping and your manual break. Wrap Text keeps long labels, addresses and notes readable inside a tidy column instead of letting them spill over or vanish off the edge. It is the simplest way to make a wide entry fit a printable, scannable layout without widening the whole column. One habit worth forming early: name the cells that hold your inputs, so the formula reads in plain language instead of a string of cell addresses. A reviewer — or you in three months — can then follow the logic without decoding what B7 and D2 were supposed to mean, which is most of what makes a sheet maintainable.

In Google Sheets

If you are in Google Sheets rather than Excel, the good news is that the formula shown here is identical and the workflow barely changes — menus sit across the top instead of in a ribbon, and a few function names differ slightly, but anything you build here moves across with little or no rework. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. The short version of “word wrap in excel”: the answer is at the top of this page, the tool proves it on your own numbers, and the sections above explain why it holds so the next variation does not stump you. Excel rewards people who reference cells instead of typing values and who keep inputs separate from formulas, because that is what makes a result you can audit months later. Build it once, deliberately, with the live tool as a check, and you convert a one-off lookup into a reusable skill — which is the whole point of learning the why and not just the what.

Common mistakes

  • Expecting wrapped rows to auto-size when the row height was set manually — AutoFit Row Height has to be reapplied.
  • Using spaces to fake a line break instead of Alt+Enter, which falls apart the moment the column is resized.
  • Turning on Wrap Text inside a merged cell, where row auto-fit is unreliable and often leaves text clipped.
  • Confusing wrapping with Shrink to Fit — wrapping adds lines, Shrink to Fit just makes the font smaller.

Frequently asked questions

How do I start a new line inside the same cell?

Double-click into the cell to edit it, put the cursor where the break should go, and press Alt+Enter. That inserts a manual line break without leaving the cell.

Why is my wrapped text still cut off?

The row height is fixed. Select the row and use Home ▸ Format ▸ AutoFit Row Height, or double-click the lower border of the row number, so it grows to show every wrapped line.

Does wrapping change the cell’s value?

No. Wrap Text only affects display — the stored text is identical, so formulas and lookups that reference the cell are unaffected.