After a recent Office update, the indent markers on your Word ruler may snap to the wrong tab position when you drag them. This makes it impossible to set precise paragraph indents because the markers jump to the nearest tab stop instead of staying where you release the mouse. The problem is caused by a change in how Word handles snap-to-grid behavior for the ruler, which was introduced in a security patch. This article explains why the snapping occurs and provides three methods to restore normal indent marker behavior so you can control paragraph indentation exactly.
Key Takeaways: Restore Manual Indent Control After a Word Update
- View > Ruler > Right-click the ruler > Grid and Guides > Snap objects to grid when the gridlines are not displayed: Disabling this checkbox stops the indent markers from snapping to tab positions.
- File > Options > Advanced > Editing options > Use smart paragraph selection: Turning off this setting prevents extra snapping behavior during drag operations.
- Registry edit to disable SnapToGrid for documents: A targeted registry key change restores pre-update behavior for all Word documents.
Why Indent Markers Snap to the Wrong Tab Position After an Update
The indent markers on the Word ruler normally let you set the left indent, right indent, first-line indent, and hanging indent by dragging the marker to a specific position on the ruler. After a Windows or Office update, a new snap-to-grid feature is enabled by default for the document canvas. This feature is intended to help align objects like shapes and text boxes, but it also affects the ruler markers. When you drag an indent marker, it snaps to the nearest tab stop or grid line instead of staying at the exact position where you release the mouse button.
The root cause is a change in the Snap to Grid setting inside Word. This setting is part of the drawing grid that controls object alignment. The update turned on the option Snap objects to grid when the gridlines are not displayed by default. Because the grid is hidden in normal document view, you do not see the grid lines, but the snapping still applies to the ruler markers.
How the Snap-to-Grid Feature Affects the Ruler
The ruler in Word displays tab stops as small gray markers on the ruler bar. When snap-to-grid is active, the indent markers treat every tab stop as a snap point. Dragging the marker past a tab stop causes it to jump to that stop. The same behavior occurs if you have custom tab stops set in the document. The snapping distance is not adjustable through the user interface, which makes it seem like the markers are broken.
Steps to Disable Snap-to-Grid for Indent Markers in Word
The following methods disable the snap-to-grid behavior for the ruler. Try Method 1 first because it requires no registry changes and works for most users.
Method 1: Turn Off Snap to Grid From the Ruler Context Menu
- Show the ruler if it is hidden
Go to View > Show > Ruler and ensure the check mark is visible. The ruler appears below the Ribbon. - Right-click the ruler
Position the mouse cursor anywhere on the gray ruler bar at the top of the document. Right-click to open the context menu. - Select Grid and Guides
Click Grid and Guides from the menu. The Grid and Guides dialog box opens. - Clear the snap-to-grid checkbox
Uncheck Snap objects to grid when the gridlines are not displayed. Leave the Snap objects to other objects checkbox as is unless you also want to disable object snapping. - Click OK
Close the dialog box. Test the indent markers by dragging them on the ruler. They should now stay at the position where you release the mouse.
Method 2: Disable Smart Paragraph Selection in Word Options
- Open Word Options
Click File > Options. The Word Options dialog box appears. - Go to the Advanced tab
In the left pane, click Advanced. - Scroll to Editing options
Scroll down to the Editing options section near the top of the right pane. - Uncheck Use smart paragraph selection
Clear the checkbox for Use smart paragraph selection. This setting can cause extra snapping when you select and drag paragraph markers. - Click OK
Close the dialog box and restart Word. Test the indent markers again.
Method 3: Disable Snap-to-Grid via Registry Edit
Use this method if the snapping persists after trying the first two methods. Editing the registry incorrectly can damage your Windows installation. Back up the registry before making any changes.
- Open Registry Editor
Press Windows + R, type regedit, and press Enter. If prompted by User Account Control, click Yes. - Navigate to the Word key
Go to:HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common. Replace 16.0 with your Office version (15.0 for Office 2013, 16.0 for Office 2016 and later). - Create the Grid key if it does not exist
Right-click the Common key, select New > Key, and name it Grid. - Create a new DWORD value
Right-click the Grid key, select New > DWORD (32-bit) Value, and name it SnapToGrid. - Set the value to 0
Double-click SnapToGrid, set the Value data to 0, and click OK. - Close Registry Editor and restart Word
Exit the registry tool and launch Word. The snap-to-grid behavior for indent markers should be disabled.
If Indent Markers Still Snap After Applying the Fix
The following issues may prevent the fix from working as expected.
Indent Markers Snap Only When Tab Stops Are Present
If the snapping occurs only when you have custom tab stops on the ruler, the problem is not the snap-to-grid setting but the tab stop alignment. Word treats each tab stop as a snap point for the indent markers. To remove this behavior, clear all tab stops from the ruler by dragging them off the ruler, or reset the tab stops in the Paragraph dialog box.
Snap-to-Grid Setting Resets After Restart
Some Office updates re-enable the snap-to-grid setting every time Word starts. If the setting reverts, use Method 3 to disable it permanently through the registry. The registry value overrides the user interface setting and survives updates.
Indent Markers Do Not Move at All
If the indent markers are stuck and do not respond to dragging, the document may be protected. Go to Review > Restrict Editing and check whether Limit formatting to a selection of styles is enabled. Click Stop Protection if a password is not required. If the document is password-protected, remove the protection by entering the password.
Ruler Snap Behavior: Before Update vs After Update
| Item | Before Update | After Update |
|---|---|---|
| Snap-to-grid default | Disabled | Enabled |
| Indent marker movement | Free drag to any position | Snaps to tab stops and grid lines |
| Fix method | Not needed | Disable snap-to-grid or edit registry |
| Registry key required | No | Yes if setting resets |
You can now move indent markers freely without snapping to tab stops after disabling the snap-to-grid feature. If the problem reappears after another update, check the Grid and Guides dialog first. For a permanent solution, use the registry edit to keep snap-to-grid off. The SnapToGrid registry value at HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Grid set to 0 prevents the update from re-enabling the snapping behavior.