In Excel: Scroll Lock is on — press the Scroll Lock key, or open the Windows on-screen keyboard with Win+Ctrl+O and click ScrLk.
Right-click the status bar and tick Scroll Lock so the indicator is visible; that confirms the diagnosis.
Press the Scroll Lock key if the keyboard has one — it may be labelled ScrLk or share a key with Fn.
On a laptop without the key, press Win+Ctrl+O for the on-screen keyboard and click ScrLk, then close it.
On a Mac keyboard, Shift+F14 toggles it; add Fn if the function keys act as media keys.
Confirm the status-bar indicator has gone before returning to the sheet.
What this does
Scroll Lock is a keyboard state, not an Excel setting. While it is on, the arrow keys scroll the window and leave the selected cell where it is, instead of moving the selection. Excel reports it in the status bar, and because most laptop keyboards no longer carry the key, the usual way in is an accidental Fn combination and the usual way out is the on-screen keyboard. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. For “remove scroll lock from excel”, the reliable version is a short checking loop, not just the first command that appears to work. Run it on a deliberately small range first, watch how the affected cells change, and only then apply the same setup to the full sheet. 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 is what makes a data step that keeps your analysis trustworthy useful in real work: repeatable, auditable, and not dependent on memory or luck.
A worked example
Pressing the down arrow scrolls the sheet a row at a time while the highlight stays on B7. The status bar reads Scroll Lock. Press Win+Ctrl+O, click the ScrLk key on the on-screen keyboard, close it — the arrow keys move the selection again. It looks exactly like a broken keyboard or a corrupted workbook, and the two-second fix is invisible unless you know the status bar is telling you the answer. A practical tip before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.
In Google Sheets
Google Sheets handles this almost identically to Excel. The formula syntax above is the same, and the menu lives under a slightly different label rather than a ribbon tab. Use the platform toggle at the top of the page to switch every keyboard shortcut between Windows and Mac, and expect at most cosmetic differences in naming. 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 “remove scroll lock from 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
- Blaming Excel and reinstalling it — the state belongs to the operating system and affects other applications too.
- Mistaking frozen panes for Scroll Lock: with frozen panes the selection still moves, the header rows simply stay put.
- Pressing the key while a remote-desktop session has focus, which toggles it in the session rather than locally.
- Assuming the workbook is corrupt because arrow keys behave oddly in only one file — check the status bar first.
Frequently asked questions
Why do my arrow keys scroll instead of moving the cursor?
Scroll Lock is on. Turn it off with the ScrLk key or the on-screen keyboard.
My keyboard has no Scroll Lock key.
Press Win+Ctrl+O to open the on-screen keyboard and click ScrLk there. Some laptops also use Fn+C or Fn+K.
How do I check whether it is on?
Right-click the Excel status bar and tick Scroll Lock; the indicator then appears on the left whenever the state is active.
Does it affect anything else?
Yes, it is a system-wide keyboard state, though few modern applications respond to it as visibly as Excel does.