Paste an Earlier Clipboard Item on Windows with a Screen Reader
Use Windows+V to find and paste an earlier clipboard entry with NVDA. I demonstrate the keyboard steps in Notepad and a recovery when the panel does not respond.
Watch the video
Before you start
I am using Windows 11, NVDA and a plain-text Notepad document. Clipboard history is a Windows feature; NVDA reads the controls and entries. If history is off, press Windows+V and activate Turn on before copying the items you want to keep. Use harmless sample text while learning.
1. Copy three sample items
In Notepad, type copy item 1, copy item two and copy item 3 on separate lines. On the first line, press Home, hold Shift and press End to select its text, then press Ctrl+C. Repeat for the second and third lines. In the recording I check each copy with NVDA+C. This reads the current clipboard text; it does not open clipboard history. My NVDA modifier is Insert, so I use Insert+C. Use your configured NVDA key if it differs.
2. Choose an earlier entry with Windows+V
Move to an empty line in Notepad where you want the text to appear. Press Windows+V, then use the Up and Down Arrow keys to move through the clipboard entries. In my demonstration the newest sample, copy item 3, is first. I move down to copy item 1 and press Enter. Windows inserts that earlier text into Notepad and makes it the current clipboard item. Read the document to confirm the paste, and use NVDA+C if you also want to check the clipboard.
If NVDA does not respond to the panel
The first attempt in my recording does not give me useful navigation feedback. I press Escape to close the panel, then press Windows+V again. NVDA announces Windows input experience, and the arrow keys then read the entries. This is the recovery that worked on my computer, not a required two-attempt sequence on every system. If the panel asks you to turn history on, enable it first and copy your sample items again.
What clipboard history keeps
Clipboard history holds up to 25 supported entries. Older unpinned entries can be removed as you copy more, and unpinned history clears when you restart the computer. Microsoft also documents a 4 MB limit per item and support for text, HTML and bitmap content. Treat history as a short-term convenience, not a permanent backup. Pinning and synchronization are outside this demonstration.
The shortcuts at a glance
Ctrl+C copies selected text. Windows+V opens clipboard history. Up and Down Arrow move through its entries, and Enter pastes the selected entry into the active input field. Escape closes the panel. NVDA+C reads the text currently on the clipboard. These last two clipboard shortcuts do different jobs: Windows+V chooses an older item; NVDA+C reports the current one.
References and more NVDA tips
-
Microsoft: Using the clipboard
Official guidance on enabling history, supported items and retention limits.
-
NVDA User Guide: clipboard and reading commands
Official command reference, including NVDA+C and the NVDA modifier key.
-
More NVDA tips: settings for coding
A separate guide to spoken punctuation, indentation and capital letters when reading code.