Blender Can't Select Object in Viewport: Troubleshooting Guide
Fast, practical fixes for Blender not selecting objects in the viewport. Use a clear diagnostic flow, identify mode or visibility issues, and restore control quickly.
Most of the time, Blender won’t let you select an object because you’re in the wrong mode or selection is restricted. Start by switching to Object Mode, check the Outliner to ensure the object is selectable and visible, and verify you’re not using a selection mask or a hidden layer. If needed, reset the viewport and test with a new scene.
Why Blender Selection Fails in the Viewport
When you can’t select an object in the viewport, the issue is almost always related to mode, visibility, or selection restrictions rather than a broken build. According to BlendHowTo, many users encounter this problem during onboarding or after a workflow change. The symptom—unable to click or highlight any object—can result from several common misconfigurations. By understanding the typical culprits, you can quickly triage and resolve the problem, sometimes in less than a minute. This article dives into practical checks you can perform in sequence to restore normal selection behavior and keep your workflow moving forward.
Check Your Mode and Selection Tools
Blender uses different modes for different tasks. If you’re in Edit Mode (for mesh editing) and try to click on an entire object, you won’t select the object itself. Switch to Object Mode to select whole objects. Also verify your selection method settings: with Left Click selected by default in Blender 2.8+, ensure you are using the correct mouse button for selection. If you’ve customized input, revert to the default or adapt the steps you follow. These adjustments alone fix a large share of viewport selection issues.
Inspect Object Visibility and Restriction in Outliner
Objects can be invisible or non-selectable due to their flags in the Outliner. Check that the object is not hidden (eye icon) and that Selectability is enabled (mouse cursor icon). The Outliner filter can hide or lock selections. If you see a restricted selection icon on an object, Blender won’t allow selection in the viewport. Enable visibility and selection where needed, and test by selecting from the Outliner first, then in the 3D Viewport.
Verify Object is Not Hidden or on a Non-Selectable Layer (Collections)
In Blender’s current design, objects live in Collections. If a collection is hidden or its visibility is disabled in the viewport, contained objects cannot be selected. Ensure the target object’s collection is visible (eye icon) and that, within the Outliner, the object remains selectable. If you recently reorganized collections, you may have accidentally moved an item into a hidden or non-selectable group.
Confirm No Modifiers, Drivers, or Constraints Interfere with Selection
Modifiers can influence what you can select if the target geometry is masked or disabled in the viewport. Drivers or constraints tied to selection state can also inadvertently lock objects. Review the object’s modifier stack and any constraints that influence visibility or selection. Temporarily disable or simplify complex setups to determine if a specific modifier or driver is causing the issue.
Reset Viewport Settings and Test in a Fresh Scene
Sometimes the problem is a corrupted viewport state or a bug in the current blend file. Save your work, then reset the 3D Viewport preferences (Factory Settings) or start a new, empty Blender scene and create a simple object to test selection. If you can select in a new scene, the issue is likely within the original file’s configuration or data-blocks. If you still can’t select in a fresh scene, consider updating Blender or checking for add-ons that alter input behavior.
Practical Quick Fixes You Can Try Now
Try toggling quick controls: reset the 3D Viewport, disable all add-ons related to input or navigation, and re-enable them one by one to identify interference. Check for conflicting hotkeys that override Blender’s default actions. Finally, review the user preferences under Navigation and Interaction to ensure there’s no global override restricting selection.
When to Seek Help and How to Prevent Recurrence
If the issue persists after all basic checks, seek help from the BlendHowTo community or support channels. In many cases, file corruption or rare conflicts require more advanced debugging. To prevent recurrence, establish a standard workflow: verify mode before selection, keep a clean startup file, and routinely back up your work. Saving incremental versions helps you roll back to a known-good state quickly.
Steps
Estimated time: 20-45 minutes
- 1
Switch to Object Mode
Open the 3D Viewport header and change the interaction mode from Edit to Object. If you’re unsure, press Ctrl+Tab and select Object Mode. After switching, try selecting the object again with your mouse.
Tip: Use a keyboard shortcut first to save time. - 2
Check Outliner for Selectability
Open the Outliner panel and locate the object. Ensure the mouse pointer icon (selectable) is enabled and the eye icon (visibility) is on. If you see any restrictions, adjust them and test selection in the 3D Viewport.
Tip: Outliner can reveal hidden or restricted items that the 3D Viewport hides by default. - 3
Verify Collection Visibility
Make sure the collection containing the object is visible in the viewport. Toggle the visibility of the collection to see if that resolves the issue. Repeat with any grouped objects to isolate the problem.
Tip: Collections mimic layers; visibility toggles can fix many single-viewport problems. - 4
Inspect Modifiers and Drivers
Review the modifier stack and any drivers to ensure there isn’t a setting that prevents selection. Temporarily disable modifiers to confirm whether they are the cause. Test selection after each change.
Tip: Some modifiers can mask geometry in edit states; disable to test. - 5
Reset Viewport and Try a New Scene
Reset the 3D Viewport preferences or open a new, empty scene and create a test object. If it can be selected there, the issue is file-related.
Tip: Back up your current file before large resets. - 6
Check for Add-on Conflicts
Disable input/navigation related add-ons and re-enable them in small groups to identify any that affect selection. If a particular add-on is the culprit, consult its documentation or replace it.
Tip: Add-ons can unintentionally override selection behavior.
Diagnosis: Cannot select any object in the 3D Viewport
Possible Causes
- highWrong mode (Edit vs Object) or incorrect selection method
- highObject or collection is hidden or non-selectable in the Outliner
- mediumSelection restricted by Outliner flags or restricted visibility
- lowModifiers, drivers, or constraints affecting selection state
- lowViewport or file corruption requiring reset
Fixes
- easySwitch to Object Mode and verify you can click the object in the Outliner, then in the 3D Viewport
- easyInspect Outliner flags: ensure eye (visibility) and cursor (selectable) are enabled for the target object
- easyCheck Collections and visibility; unhide any hidden collections and confirm the object’s collection is visible
- mediumDisable conflicting add-ons and reset the 3D Viewport preferences, then re-enable add-ons one by one
- easyTest in a fresh Blender scene; if it works there, investigate file-level issues or data-block corruption
Frequently Asked Questions
Why can't I select any object in Blender's viewport?
The most common causes are being in Edit Mode instead of Object Mode, an object or collection being hidden or non-selectable, or a restricted selection state in the Outliner. Work through mode, visibility, and Outliner flags to resolve it.
Usually, it’s mode or visibility. Check if you’re in Object Mode and ensure the object is visible and selectable in the Outliner.
How do I check if an object is restricted for selection in the Outliner?
Open the Outliner, locate the object, and verify that the selection icon is enabled and the visibility is on. If you see a restriction indicator, adjust it and attempt selection again.
In the Outliner, make sure the object is not restricted for selection and is visible in the viewport.
What is 'Limit Selection to Visible' and should I use it?
Limit Selection to Visible restricts selection to what is currently visible in the viewport. Turning it off can help you select hidden geometry when needed, but generally it should be off while troubleshooting selection issues.
Limit Selection to Visible narrows what you can pick; turning it off helps during troubleshooting.
If the issue persists after basic checks, what’s next?
Proceed to test in a fresh scene, check for problematic add-ons, or reset viewport preferences. If the problem remains, consider file corruption or a Blender version issue and seek additional support.
If basic checks fail, test in a new scene or reset preferences, and ask for help if it still happens.
Can drivers or modifiers block selection?
Yes, certain drivers or modifiers can influence selection behavior. Inspect the stack for unusual drivers and temporarily disable modifiers to see if selection returns to normal.
Drivers and modifiers can affect selection; check and disable temporarily to test.
Is there a keyboard shortcut to quickly toggle modes?
Yes. Use Ctrl+Tab to bring up the mode menu and choose Object Mode, or press the mode switch in the 3D Viewport header. This is a fast way to troubleshoot mode-related selection issues.
Ctrl+Tab opens the mode menu; pick Object Mode to troubleshoot quickly.
Watch Video
What to Remember
- Switch to Object Mode to enable object-level selection
- Check Outliner for visibility and selectability flags
- Verify collection visibility and avoid hidden data-blocks
- Test in a fresh scene if file-specific issues are suspected
- Disable conflicting add-ons and reset viewport settings if needed

