Skip to main content
NVDA provides multiple navigation methods to efficiently explore applications, documents, and the Windows interface.

System Focus

Standard keyboard navigation using Tab, Arrow keys, and shortcuts

Object Navigation

Navigate the hierarchical structure of interface elements

Text Review

Review text character by character, word by word, or line by line

System Focus Navigation

The system focus is the interface element that receives keyboard input. NVDA automatically announces focused elements as you navigate.

Basic Focus Navigation

Reporting Focus Information

Keystroke: NVDA+TabReports the current control with focus including:
  • Control name
  • Control type (button, edit field, checkbox, etc.)
  • Current value or state
  • Position information
Press twice to spell the information.
Desktop: Shift+Numpad 2
Laptop: NVDA+Control+Shift+Period
Reports the shortcut (accelerator) key for the focused control, if available.

Object Navigation

Object navigation allows you to explore interface elements hierarchically, accessing elements that may not be keyboard accessible.

Understanding Objects

Applications consist of objects organized in a hierarchy:
  • Containing objects: Parent elements (windows, toolbars, lists)
  • Contained objects: Child elements (buttons, list items)
  • Sibling objects: Elements at the same level

Object Navigation Commands

Desktop Layout (Numpad)

Requires Num Lock to be OFF.

Laptop Layout

Flattened View Navigation

For linear navigation through all objects:
Flattened view navigation automatically enters containers and navigates through all objects sequentially, making it easier to explore unfamiliar interfaces.

Text Review

Text review allows you to read screen content by character, word, or line without moving the system cursor.

Review Commands Grid (Desktop Layout)

Think of the numpad as a 3x3 grid: Special commands:
  • Shift+Numpad 7: Move to top line
  • Shift+Numpad 9: Move to bottom line
  • Shift+Numpad 1: Move to start of line
  • Shift+Numpad 3: Move to end of line
  • Numpad Plus: Say all from current position

Laptop Layout Text Review

Copy from Review Cursor

1

Set Start Marker

Navigate to the start position and press NVDA+F9
2

Set End Marker

Navigate to the end position and press NVDA+F10 once. Text is selected.
3

Copy to Clipboard

Press NVDA+F10 again to copy the selected text to the clipboard

Review Modes

NVDA offers three review modes for different contexts:

Object Review

Reviews content within the current navigator object only. Best for:
  • Reading text in specific controls
  • Examining individual interface elements
  • Reading list item content

Document Review

Reviews the entire document or web page. Best for:
  • Reading web pages
  • Reviewing complete documents
  • Navigating complex content
NVDA automatically switches to document review when browsing web pages.

Screen Review

Reviews text as it appears visually on screen. Best for:
  • Reading visually rendered text
  • Accessing legacy applications
  • Reading text that other methods miss
Screen review may not work with modern applications using newer graphics technologies.

Switching Review Modes

Browse Mode

Browse mode presents complex documents as flat, navigable text. It’s used for:
  • Web pages (Firefox, Chrome, Edge, Internet Explorer)
  • Email messages (Outlook, Thunderbird)
  • PDF documents (Adobe Reader, Foxit Reader)
  • Microsoft Word documents (optional)
  • Kindle books

Browse vs Focus Mode

Purpose: Navigate and read content efficientlyFeatures:
  • Cursor keys move through text like a document
  • Single letter navigation for quick jumping
  • All text review commands available
  • Virtual representation optimized for reading
Indicator: NVDA announces “Browse mode”
Purpose: Interact with form controls and editable fieldsFeatures:
  • Keys pass directly to the application
  • Type in edit fields
  • Use form controls normally
  • Select items from combo boxes
Indicator: NVDA announces “Focus mode” with a rising tone

Mode Switching

NVDA automatically switches to focus mode when you tab to editable controls, and back to browse mode for non-editable content.

Single Letter Navigation

Quickly jump to elements in browse mode:
Add Shift to any single letter key to navigate backwards (e.g., Shift+H for previous heading).

Elements List

Access a searchable list of page elements: Open Elements List: NVDA+F7 Available lists:
  • Links
  • Headings
  • Form fields
  • Buttons
  • Landmarks
1

Open List

Press NVDA+F7 to open the elements list
2

Choose Type

Use radio buttons to select element type (links, headings, etc.)
3

Filter (Optional)

Type in the search field to filter the list
4

Navigate

Select an item and press Enter to jump to it, or Activate to click it

Table Navigation

Special commands for navigating data tables:

Mouse Navigation

NVDA can report text under the mouse pointer and provide audio coordinates.

Mouse Tracking

Enable/Disable: NVDA+M When enabled, NVDA announces:
  • Text under the mouse pointer
  • Object type (optional, enable in settings)
  • Audio coordinates (optional, enable in settings)

Mouse Emulation

Touch Gestures

On touchscreen devices, NVDA supports touch navigation:

Basic Touch Gestures

Touch Modes

Navigate and read text:
  • Flick up/down: Previous/next line
  • Flick left/right: Previous/next character
  • 2-finger flick left/right: Previous/next word
Navigate objects:
  • Flick up: Containing object
  • Flick down: First contained object
  • Flick left/right: Previous/next object in flattened view
Toggle touch support: NVDA+Control+Alt+T

Search Functions

Find text in documents and web pages:
1

Open Find Dialog

Press NVDA+Control+F
2

Enter Search Text

Type the text you want to find
3

Find Next

Press NVDA+F3 to find the next occurrence
4

Find Previous

Press NVDA+Shift+F3 to find the previous occurrence
Check “Case sensitive” to distinguish between uppercase and lowercase letters in searches.

Tips for Efficient Navigation

Learn Single Letters

Master single letter navigation for fastest web browsing

Use Elements List

Press NVDA+F7 to quickly find links and headings

Try Review Modes

Experiment with different review modes for stubborn content

Combine Techniques

Use object navigation to reach areas, then text review to read