When the AutoCAD Properties palette won’t appear or update, check palette visibility, PICKFIRST, Quick Properties, and workspace settings first.
When the Properties palette vanishes, opens off-screen, or stays blank, work slows to a crawl. The root cause is usually simple: the palette is hidden, docked as a zero-width sliver, sitting on a disconnected monitor, or blocked by a setting such as PICKFIRST. This playbook gives you safe, fast checks you can apply in any recent AutoCAD release. Where needed, it links to Autodesk’s own fixes so you can trust each step.
Autocad Properties Not Showing: Fast Checks That Usually Fix It
Quick check: Press Ctrl+1 to toggle the Properties palette. If nothing happens, type PROPERTIES or PROPERTIESPALETTE and press Enter. If the palette opens but looks clipped, it may be docked at zero width or off the edge of your screen. Autodesk documents palette visibility and the “Show” flag in the CUI (Customize User Interface) dialog; turning “Show” to Yes often brings it back official steps.
- Toggle The Palette — Press Ctrl+1. If it appears, dock or anchor it so it stays put.
- Call The Command Directly — Type PROPERTIES and press Enter. If hidden, this forces a reopen.
- Check CUI Visibility — Type CUI → select your workspace → Customize Workspace → expand Palettes → highlight Properties → ensure Show is set to Yes Autodesk guide.
- Restore A Default Workspace — Switch to Drafting & Annotation (or a stock workspace) and test again. You can then re-add custom panels.
Fix Off-Screen, Zero-Width, Or Multi-Monitor Palette Traps
Palettes can open beyond your current desktop bounds, especially after unplugging a monitor or changing DPI. Autodesk flags this as a known behavior; resetting the window position or forcing the palette on-screen solves it official note.
- Cycle Displays — Temporarily set Windows to a single monitor, or re-attach the missing monitor. Many users report the palette reappears once the desktop compresses to one screen user reports.
- Reset Position With Keyboard — With Properties active, press Alt+Space → M → use arrow keys to move the window, then confirm with Enter.
- Undock And Resize — If you glimpse a thin vertical line at a screen edge, hover until the resize cursor appears, drag wider, then right-click the title bar and select Allow Docking.
- Re-enable Through CUI — In CUI, ensure the Properties palette is part of the current workspace and set to show. Autodesk’s step-by-step for adding it back lives here: CUI method.
Selection Doesn’t Populate Properties? Set PICKFIRST And Related Variables
When you select objects first and the palette still says “No selection,” you’re likely dealing with the selection pipeline. The PICKFIRST system variable must be 1, or AutoCAD won’t carry a pre-selection into an edit. Autodesk’s support confirms the link between PICKFIRST=0 and selection clearing when you run commands reference. Several other toggles can also interfere.
- Enable Pre-Selection — Type PICKFIRST → set to 1. This lets Properties update from selected objects Autodesk note.
- Turn On Quick Properties If You Use It — Type DSETTINGS → Quick Properties tab → enable and define which object types show quick data. Autodesk shows the exact path for recent versions how-to.
- Reset Odd Selection Behavior — If objects won’t stay selected or pick behaves strangely, check for odd settings or rare variables toggled by scripts. Community posts point to QAFLAGS causing “PICKFIRST-like” glitches; set it back to 0 if it was changed background. Test again.
- Keep View Stable During Selection — Some versions drop the selection when you pan far from the picked objects. If you see “No selection” after view changes, test with HPMAXAREAS=0 or avoid panning until after the edit case notes.
Deeper fix: If selection still refuses to feed Properties, reset your workspace profile and retest. Profiles store palette behavior and can corrupt over time.
Repair The Workspace: CUI, Profile, And Full Settings Reset
If the palette shows for a new drawing or a fresh workspace but not for your usual setup, the workspace or user profile is likely at fault. Autodesk’s steps to re-add the Properties palette in the CUI and to reset AutoCAD to defaults are reliable paths back to normal behavior workspace reset tips.
- Export Your Current Profile — In the Options dialog, export your profile to a .arg file as a fallback.
- Load A Stock Workspace — Switch to a default workspace and test Properties. If it works, the issue lives in your custom workspace.
- Re-Add Palettes In CUI — Use CUI to include the Properties palette and set its state to show. Save and set current.
- Reset AutoCAD Settings — Use the “Reset Settings to Default” utility from the Windows Start menu for your AutoCAD year. Autodesk lists this step among recommended cures when palette elements go missing or blank reference.
Fix A Blank Properties Palette, Plug-Ins, Or Graphics Glitches
If the window opens but shows nothing or stays stuck on “No selection,” look for conflicts. Autodesk points to add-ins, outdated drivers, or a damaged install as common culprits. Their guidance recommends disabling third-party plug-ins, testing, and then adding them back one by one if the palette comes alive official fix list. They also list profile corruption and graphics issues under blank or black palette symptoms symptoms.
- Start Clean (No Add-Ins) — Launch AutoCAD without third-party plug-ins. If Properties works, re-enable add-ins one at a time to find the offender process.
- Update Your GPU Driver — Install the driver recommended by your GPU vendor. Test with GRAPHICSCONFIG set to defaults.
- Repair The Installation — Run a repair from Apps & Features. If trouble remains, perform a clean uninstall and reinstall only the needed components Autodesk note.
- Try A Fresh Windows Profile — Local user profiles can hold stale palette positions. Testing on a new Windows account is a quick isolation step.
When Quick Properties Isn’t Showing Or Feels Laggy
Quick Properties is a compact panel that pops near the cursor. If you rely on it, confirm it’s active and configured for the objects you select. Autodesk outlines the exact DSETTINGS path to enable Quick Properties and to choose which properties appear for which entities instructions.
- Enable Quick Properties — Type DSETTINGS → Quick Properties tab → turn it on → pick the object types to support.
- Reduce The List — Keep the Quick Properties set small to improve responsiveness.
- Use Full Properties For Bulk Edits — Big selections perform better in the full palette than in the floating quick panel.
One-Glance Troubleshooting Table
| Symptom | Likely Cause | Fix |
|---|---|---|
| Properties doesn’t open | Palette hidden or not part of workspace | Ctrl+1 → CUI → set Properties “Show” to Yes steps |
| Properties off-screen or thin sliver | Docked at zero width or on a missing display | Single-monitor test, Alt+Space → M to move, resize, re-dock note |
| “No selection” after clicking | PICKFIRST=0, selection cleared on command start | Set PICKFIRST=1; confirm selection persists into edits reference |
| Quick Properties not appearing | Quick Properties disabled or not configured | DSETTINGS → Quick Properties tab → enable and limit sets guide |
| Blank or frozen palette | Add-in conflict, profile glitch, graphics driver | Start clean, re-enable add-ins one by one; update GPU; repair install Autodesk |
| Works in new workspace only | Corrupted custom workspace or profile | Load stock workspace, re-add Properties via CUI, or reset settings tips |
Reliable Order Of Operations For A Clean Fix
This sequence solves nearly every case of autocad properties not showing with minimal risk. Move to the next step only if the current one fails.
- Toggle And Force-Open — Ctrl+1, then PROPERTIES.
- Restore Visibility — In CUI, confirm Properties is included and set to show; save and set current.
- Pull It On-Screen — Single-monitor test, Alt+Space → M, resize, dock.
- Fix Selection — PICKFIRST=1; if selection acts oddly, return QAFLAGS to 0.
- Test Stock Workspace — If it works there, rebuild your custom workspace cleanly.
- Start Without Add-Ins — If Properties wakes up, add plug-ins back one at a time.
- Repair Or Reset — Run repair; if needed, reset AutoCAD to defaults and import only what you need.
Extra Notes For Older Installs And Mixed Environments
Very old releases can interact badly with modern Windows builds and mixed-DPI displays. Community threads and partner articles show that palette positions, selection behavior, and graphics modes degrade over time on legacy setups. If you maintain an older year for project parity, keep a separate, stable Windows profile for that year, lock its GPU driver, and avoid switching monitors mid-session. When the Properties panel still disappears or blanks out on launch, a full reset or reinstall is often faster than chasing one variable at a time field notes background.
Use This If You Must Escalate
If every step above fails—and the issue affects all drawings and profiles—capture a short screen recording and system info. Then:
- Log The Symptoms — “Palette opens but blank,” “won’t move on-screen,” “PICKFIRST resets at start,” and the AutoCAD year/build.
- Attach Clean Test Files — Use a brand-new DWG from the stock template to rule out file-specific issues.
- List Your Add-Ins — Include version numbers. Remove them during your test run.
- Share Driver Versions — GPU driver and Windows build numbers help support reproduce the fault.
When you post to Autodesk’s forums or open a support case, include the exact wording “autocad properties not showing” and your AutoCAD year. That phrasing makes existing solutions easier to match on their side.
References and official fixes used in this guide: Autodesk’s palette visibility via CUI and properties palette steps link, palette display issues and the “Show” toggle link, off-screen palette behavior link, PICKFIRST and selection clearing link, properties not populating on selection link, Quick Properties activation link, and blank/black palettes with plug-ins or drivers link link.
