Download Content

AutoCAD FAQs And Common Issues

October 3, 2025

A detailed AutoCAD floor plan of a residential layout featuring labeled areas such as bedroom, kitchen, dining, and bathroom, alongside dimensions indicated in feet and inches. The title "AutoCAD FAQs And Common Issues" is prominently displayed, addressing frequently asked questions and common problems encountered in AutoCAD usage. Keywords include AutoCAD, floor plan design, architectural drawing, and troubleshooting AutoCAD issues, enhancing understanding for users seeking assistance with AutoCAD features and common challenges.

AutoCAD FAQs And Common Issues

What’s in this article?

This article answers frequent AutoCAD questions and provides practical fixes for installation, activation, crashes, performance, DWG recovery, plotting, compatibility, fonts, xrefs, proxies, graphics, licensing and more. You’ll get step-by-step troubleshooting, command usage, when to use RECOVER/AUDIT/PURGE, how to protect custom content, and recommended system/GPU settings. Use the quick steps for emergency recovery and the deeper explanations for persistent problems. This resource is designed for CAD users, BIM managers and IT staff who need clear, actionable AutoCAD solutions.

What are the most common AutoCAD FAQs and issues?

Users typically ask about installation and activation errors, DWG corruption and recovery, AutoCAD crashing or freezing, slow performance, plotting/printing problems, and missing fonts or resources. Compatibility questions about DWG/DXF versions and proxy objects are frequent, as are issues with xrefs, linetype and hatch display, dimensioning scales, and annotation scaling between model space and paper space. Many queries relate to missing commands, broken workspaces, custom LISP or plug-in conflicts, and network licensing hiccups. Basic maintenance questions include using RECOVER, AUDIT, PURGE, and reducing file size. Understanding system and GPU driver requirements is also a common recurring theme for stability and graphics correctness.

How do I install AutoCAD and troubleshoot installation errors?

Begin by confirming that your OS, CPU, RAM and disk meet AutoCAD’s system requirements and that Windows updates are current. Download the installer from your Autodesk Account; avoid browser interruptions and use a reliable wired connection for large downloads. Right-click the installer and run as Administrator to prevent permission issues. Temporarily disable third-party antivirus, firewall or disk encryption tools that can block installation files. If the installer lights up a specific error code, note it — Autodesk Knowledge Network lists many codes with precise fixes.

If installation fails during download, try the Autodesk Download Manager or use the browser’s direct download option. For deployment in corporate environments, use the Autodesk Deployment tool and test on a single machine before wide rollout.

  • Pre-checks: free disk space, clean temp folder, admin rights.
  • Install steps: disable AV, run installer as admin, choose serial/account, accept defaults.
  • If error: capture installer log (usually in %temp%), search Autodesk KB.

Common installer issues include corrupted cached files, conflicting Microsoft Visual C++ redistributables, and .NET framework problems. Clear temporary installer files by deleting contents of %temp% and the Autodesk web installer cache. Repair or reinstall Visual C++ runtimes from Programs and Features if the installer fails with a dependency error. For .NET errors, run Microsoft’s .NET Repair Tool and ensure required Windows components are enabled.

When the installer hangs or fails with GUI errors, try installing with the ZIP or offline installer; extract to a folder and run setup.exe from that extracted location. Use the “Repair” or “Modify” options if prompted. If you get error codes, consult Autodesk’s support pages or community forums — often the exact code has a documented workaround.

Network install problems are usually due to proxy or firewall rules. Temporarily connect outside the corporate proxy, or configure your proxy to allow Autodesk domains. For licensing, ensure the machine clock is correct and that TLS 1.2 is enabled (older TLS versions are blocked by Autodesk). If activation fails during installation, skip activation and finish install, then activate later via Autodesk Account or the desktop app.

Persistent failures: capture install logs (look for Install.log in %temp% and the Autodesk directory), contact Autodesk support with logs, and consider a clean uninstall using the Autodesk Uninstall Tool followed by a fresh install. Keep a list of custom content so you can reapply it after a clean install.

Why won’t AutoCAD activate or accept my serial number or subscription?

Activation failures usually come from mismatched account details, incorrect serial/license type or network restrictions. First confirm that the serial number or subscription is assigned to your Autodesk Account and that you’re signed into the correct account inside AutoCAD. Subscription seats live in Autodesk Account under Users or Products; ensure your user has a seat assigned. If using a serial number and product key, confirm they match the installed AutoCAD version.

Network licensing issues occur with multi-user (network) licenses and the FlexNet license server. If the server is down or the client cannot find the server, activation will fail; check the FLEXlm/FLEXnet service is running on the server and that port 27000+ is open. Use the license server’s log files and the lmtools utility to diagnose. For license borrowing, ensure the client borrowed the license correctly — check the Borrowed Licenses dialog and the server’s logs.

For subscription or single-user license activation, confirm system clock/timezone is accurate and TLS 1.2 is enabled in Windows (older secure protocols are rejected by Autodesk servers). Temporarily disable VPNs, strict firewalls or proxy settings that might block communication with Autodesk activation servers. If the activation dialog reports “Invalid serial number” or “Product key mismatch,” verify the product key used by your installer; sometimes OEM/system integrator builds expect different keys.

If activation fails with an error code, record the full error and search Autodesk KB. Common remedies include signing out and back in from the Autodesk desktop app, uninstalling and reinstalling the Autodesk Licensing Service, and using the Autodesk Virtual Agent for guided activation steps. For persistent license server issues, update FlexNet server software to the supported version recommended by Autodesk and ensure hostnames and DNS resolution for the license server are correct. When all else fails, contact Autodesk Support with your serial, product key, account email and error details for a manual reset.

How do I resolve AutoCAD crashes, freezes or “Not Responding” errors?

Start by isolating whether crashes are file-specific or application-wide. Open a blank drawing: if AutoCAD still crashes, suspect the installation, system drivers, or graphics card. If a particular DWG causes the crash, the file may be corrupt or contain problematic objects (Xrefs, proxy objects, or third-party routines).

Software and driver checks: update GPU drivers to the latest certified release; avoid beta drivers. Ensure Windows updates are installed. Disable hardware acceleration in AutoCAD (GRAPHICSCONFIG or Options > System > Graphics Performance) to test if the GPU is the culprit. If crashes stop with hardware acceleration off, the GPU driver or hardware is likely at fault. Update or roll back the driver accordingly.

Profile and customization: corrupt user profiles, menus, or third-party plug-ins can crash AutoCAD. Start AutoCAD with the /nologo and /safe mode flags or reset the AutoCAD profile to default to test. Rename the AutoCAD user folder (e.g., %appdata%AutodeskAutoCADRxx.x) to force AutoCAD to recreate a clean profile. Temporarily remove LISP, ARX, and third-party add-ons from startup to see if one of them is causing instability.

Crash resolution steps for file-specific problems:

– Open AutoCAD and use RECOVER on the corrupt DWG. If RECOVER fails, try RECOVERALL or the Autodesk DWG TrueView to open/convert the file. Use INSERT into a new drawing or WBLOCK the good entities if possible. If Xrefs are present, detach them and open the host file; then reattach Xrefs one-by-one.

Log and diagnostic collection: enable the AutoCAD diagnostic logs and check Windows Event Viewer for application errors. Use the Autodesk Crash Analyzer or send the .DMP files to Autodesk Support. Keep a copy of the drawing before using aggressive repair commands like -PURGEREGAPP or manual deletion of suspected proxy objects.

Memory and virtual memory: check Task Manager for RAM usage spikes. Increase virtual memory pagefile if the system is low on RAM. For repeated out-of-memory crashes, consider upgrading physical RAM or splitting extremely large drawings into smaller files using external references.

If the crash occurs during printing, exporting or a specific command, document exact steps to reproduce and test on another machine. Often a combination of updated drivers, resetting the profile, removing plug-ins and running RECOVER/AUDIT resolves crashes. For unresolved issues, gather logs and send to Autodesk Support.

What should I do when AutoCAD runs slowly or has performance problems?

Slow AutoCAD can be caused by heavy drawings, insufficient hardware, inefficient settings, or external factors like network latency when opening files on shared drives. Start by testing performance on a local fast SSD with a simple drawing. If AutoCAD is fast locally but slow over the network, the network is the bottleneck — copy the file locally to work, then save back to the server.

Optimize graphics: use the Graphics Performance panel to toggle hardware acceleration. If your system meets AutoCAD’s GPU requirements, enable hardware acceleration; if not, disable it. Update GPU drivers to the certified versions from your GPU vendor. For 2D drafting, a mid-range certified GPU is often sufficient; 3D and visualization require higher-tier cards.

Manage drawing complexity: purge unused blocks and layers, use WBLOCK to save subsets of drawings, and convert complex objects (e.g., exploded solids) to simpler forms where possible. Use bound or referenced large xrefs cautiously; load only necessary xrefs. Adjust REGEN and REGENAUTO settings — avoid leaving REGENAUTO on for very large drawings during heavy edits.

System and file maintenance: ensure adequate RAM (16GB minimum for moderate work, 32GB+ for very large files), set virtual memory appropriately, and store temp files on a fast SSD. Use PURGE to remove unused named objects, and run AUDIT regularly. Disable unnecessary thumbnail generation and reduce the number of files open simultaneously.

Profile and customization: reduce the frequency of automatic backups and autosaves if they cause short pauses (but keep a sensible autosave interval like 10 minutes). Disable excessive third-party add-ons and LISP routines and start AutoCAD with a clean profile to test. Large attribute tables, excessive nested blocks, and many annotative objects can slow regeneration and editing — simplify where possible.

Network and shared resource tweaks: use SMB v3 for network shares on Windows servers and enable opportunistic locking (oplocks) appropriately. Avoid working directly on cloud storage sync folders; use the vendor’s recommended method to sync or access files. If using remote desktop or VDI, ensure the host has GPU passthrough and adequate resources.

Settings to check:
– Turn off unnecessary real-time geometry previews and snap options.
– Set FILEDIA and CMDLINE behavior to suit workflows.
– Reduce hatch processing complexity by using associative hatches sparingly in large areas.

If performance issues persist after these adjustments, profile the drawing with the PURGE and -PURGE options, check for corrupt layers or proxy objects, and split extremely large drawings into modular files with xrefs.

How can I recover a corrupted or crashed DWG file?

When a DWG is corrupt, immediate containment is important: make a copy of the file and work on the copy to avoid further damage. Use AutoCAD’s RECOVER command first; it attempts to repair file structure and recover as many objects as possible. If RECOVER fails, try RECOVERALL to also fix attached objects and xrefs.

If RECOVER does not work, try opening the DWG in DWG TrueView or an older/newer AutoCAD version — sometimes a different version’s import routines succeed. Use IMPORT or DXF save: if you have a previous DXF version, open in another CAD application and re-export to DWG. If some geometry opens but layers/blocks are missing, use WBLOCK from the open file to export good entities into a new drawing.

Use INSERT into a fresh drawing: create a new blank drawing and use INSERT to bring the corrupt DWG as a block; this process often bypasses some corrupt header data and retrieves entities. If successful, explode the inserted block and re-save. When attributes or dynamic blocks are the issue, detach problematic xrefs or proxy objects first.

When dealing with repeated crashes opening a DWG, disable AutoCAD’s automatic loading of LISP/ARX startup routines and open the file with these disabled. If the file crashes only during regen or plot, open with regeneration paused (set REGENAUTO=0) and then use commands to isolate problematic objects (freeze layers, hide blocks, or isolate commands).

Advanced recovery options include:
– Using the DBX or ODA-based recovery tools (third-party DWG recovery utilities).
– Examining the file with Autodesk’s drawing recovery utilities and sending crash dumps to Autodesk Support.
– Restoring from BAK or autosave files if present (see the SAVE/BAK/autosave section below).

Prevention notes: enable regular backups, keep autosave intervals reasonable, and maintain off-disk backups (server versions or cloud) for older versions. Avoid repeatedly saving over a single file during unstable sessions — use SAVEAS periodically to create versioned backups. If you successfully recover a file, run AUDIT and then PURGE to clean the drawing and reduce the chance of further corruption.

What is the difference between SAVE, SAVEAS, BAK and autosave files and how do I restore them?

SAVE writes the current DWG to disk, overwriting the existing file. SAVEAS creates a new file with a new name or location, leaving the original intact. BAK is the backup file AutoCAD creates when you save; it has the same name as your DWG but with a .bak extension and represents the previous saved state before the last save. Autosave files (.sv$) are automatic interim copies created at autosave intervals to protect against crashes; they are stored in the autosave folder and can be renamed to .dwg to open.

To restore from BAK: close AutoCAD, rename filename.bak to filename.dwg (after backing up the original), then open the renamed file. To recover from an autosave file, locate the .sv$ in your Autosave folder (check Options > Files > Automatic Save File Location), copy it to a safe location, rename the extension to .dwg and open it with AutoCAD. After opening, immediately use SAVEAS to create a proper DWG and run AUDIT.

Note that autosave and BAK differ in timing: a BAK is the saved state prior to the most recent SAVE, while autosave represents the last autosave point which may be more recent than the last manual SAVE. Regular SAVEAS versioning is a good habit to keep multiple fallback points.

How do I fix “File format not recognized” or DWG version compatibility issues?

This error appears when the DWG file is in a newer AutoCAD version than the one trying to open it, or the file is corrupted. First verify the exact error message: if it’s version-related, open the file in the newer AutoCAD or use DWG TrueView to convert the drawing to an older DWG format (Save As -> select a previous DWG version). If you don’t have access to a newer version, ask the sender to resave to an older format compatible with your AutoCAD release.

If the file is supposedly the correct version but still fails, test opening the DWG in Autodesk DWG TrueView, the free Autodesk viewer which sometimes opens files that AutoCAD won’t. TrueView also provides a Save As option to convert file versions. For corrupted files presenting as unrecognized format, try the RECOVER command and attempt to import entities into a new drawing using IMPORT or INSERT as block.

DXF pathway: if the file won’t open as DWG, try exporting to DXF from the source system and then opening/importing that DXF in your AutoCAD. Be aware that some advanced objects and proxies may not translate perfectly between versions. If version incompatibility happens frequently in your team, agree on a shared DWG version for exchange or use the Autodesk Desktop Connector/Cloud collaboration which handles conversions.

Why are xrefs missing or showing as unloaded and how do I relink them?

Xrefs can show as missing when the path is broken (file moved), the host lacks permissions to the folder, or network connectivity prevents access. In the External References palette, missing or unloaded xrefs appear with status icons. Use the path options: Relative vs Full path impacts whether an xref resolves if moved. If the xref moved, choose ‘Attach’ or ‘Bind’ the current file and select the new path.

To relink, open the External References palette, right-click the missing xref and choose ‘Attach’ or ‘Reload’ and navigate to the correct DWG. If many users have different folder structures, use relative paths (set the host and xref in the same project folder) or use a consistent network share path. For cloud-hosted or synced files, ensure they are fully downloaded locally before attaching.

Unloaded xrefs may be set to ‘unloaded’ intentionally to improve performance; right-click and select ‘Load’ to bring them back. If an xref refuses to load due to corruption, open the xref DWG separately and run RECOVER/AUDIT. If the xref has missing dependencies (fonts, images), correct those first. For automated workflows, use the -XREF command at the command line to script relinks or path updates across multiple drawings.

How do I fix missing fonts or incorrect text appearance in drawings and PDFs?

Missing fonts occur when a DWG references a font that is not installed on the current system. Identify the font name via the Text Style dialog or the TEXTSTYLE command, then install the required SHX or TrueType fonts into Windows’ Fonts folder and restart AutoCAD. For SHX fonts, place them in AutoCAD’s support path or in the drawing folder. If using standard fonts like Arial but text appears strange, check for an overridden text style or an Xref using a different style.

When PDFs show missing fonts, ensure the PDF creation method embeds fonts. When plotting to PDF, choose ‘Plotter Configuration’ options and tick ‘Embed TrueType fonts’ where available. If the PDF still substitutes fonts, include the original SHX/TTF resources or use the DWG TrueView / AutoCAD to create the PDF rather than a third-party tool. For complex scripts or Unicode text, ensure the correct font and TrueType substitution is used; SHX fonts do not support Unicode well.

Why do hatch patterns display incorrectly or not fill as expected?

Incorrect hatch display often comes from hatch scale, pattern origin, or associativity settings. Check the HATCH command properties: the hatch scale may be too large or too small compared to your drawing units. Use HPSCALE and the Properties palette to adjust. If hatch boundaries are open or have overlapping geometry, the hatch may not fill — use BOUNDARY to generate a proper region, or fix the gaps with TRIM or JOIN before hatching.

Associative hatches rely on the original boundary objects; if those objects are modified or on a locked layer, the hatch can break. Use HATCHEDIT to reassociate or recreate the hatch. For pattern visibility, ensure the viewport LTSCALE/VPSCALE and annotation scale do not downscale the hatch to invisibility. In complex drawings, using SOLID fills or gradient fills can circumvent tricky pattern alignment issues.

How do I correct linetype scale and linestyle display problems?

Linetype issues usually result from mismatched LTSCALE, PSLTSCALE, or CELTSCALE settings. LTSCALE controls global linetype scale in model space; PSLTSCALE toggles scaling in paper space viewports to match plotted scale. CELTSCALE sets the linetype scale for new objects. If dashed lines appear continuous, adjust LTSCALE (try 1, 10 or 100 depending on units and scale) and set PSLTSCALE to 1 so viewport scaling is applied correctly. Use the REGEN command after changes.

Also check individual layer or object properties for overridden linetype scales. If using annotative objects, ensure the linetype supports annotative scaling or use alternate methods. When printing, confirm the plot style or driver isn’t changing linetype rendering.

Why are dimensions showing the wrong scale or measurement units?

Dimension discrepancies often come from mismatched drawing units, dimension style settings, or annotation scale. Verify the drawing units via the UNITS command and confirm whether the file uses metric or imperial units. Dimension styles (DIMSTYLE) contain scale factors, text heights and arrow sizes; these must be appropriate for the drawing’s units and plot scale.

If dimensions look correct in model space but wrong in paper space, ensure annotative dimension styles are used properly or that DIMLFAC and DIMSCALE are set to match your viewport scale. Annotative scaling allows dimensions to appear consistently across multiple scales; enable annotative on the dimension style and set the correct scales via the Annotative Scale list.

Note that dimensioning commands typically record measured geometry: if the geometry was drawn in wrong units, dimensions will reflect that. Convert objects to the correct units using SCALE with a calculated unit conversion factor (e.g., 25.4 to convert inches to mm) or use the SCALELISTEDIT and unit conversion method when necessary. Run AUDIT to ensure no corrupt dimension objects are reporting bogus values.

How do I set and fix units, scales and annotation scaling between model and paper space?

Decide the project standard: either draw at full size in model space (1 unit = 1 mm or 1 unit = 1 inch) and use viewports with viewport scale to represent drawing scales, or use drawing units to match real-world units but retain consistent conventions across the team. Set UNITS to the desired unit type and precision. Use annotative objects for text, dimensions and blocks to control appearance consistently across multiple viewport scales.

To create a properly scaled viewport: in paper space, create a viewport and set its scale from the viewport scale list (e.g., 1:50). Ensure your annotations are annotative and include the target viewport scale in their Annotative list so they appear at the correct size. For non-annotative objects, adjust the object scale accordingly or use different dimension styles for each scale. Use SCALELISTEDIT to manage available scales and ensure common scales are present.

When encountering mismatches, check viewport properties for overrides, verify that annotative scales are applied to layers and objects, and use the LIST command to confirm object scale factors. Use the -SCALELISTEDIT and Annotative Scale controls to add missing scales. If text or dimensions look wrong in viewports, verify that Annotative is turned on for those styles and that the viewport scale is included in their annotation scales. If needed, use the MATCHPROP or REGENALL commands after making changes to update displays across model and paper space.

How do viewports, model space and paper space work and how do I fix viewport display issues?

Model space is the full-scale drawing environment where geometry is drawn to real-world sizes. Paper space is the layout environment where you place viewports that show portions of model space at specific scales, combined with titleblocks and annotations. Each viewport has its own scale and layer visibility controls. Viewport display issues often stem from frozen layers, annotation scale mismatches, or viewport clipping.

Common fixes: ensure the layer containing the geometry is thawed and not frozen in the viewport (use thaw in VP freeze status in the Layer Properties Manager). Check that PSLTSCALE is set appropriately so linetypes scale correctly in viewports. If a viewport displays nothing, verify that the viewport is not set to frozen for the current layer or that the viewport’s layer is not locked. Use VPCLIP to correct clipped viewports or right-click and choose Display Locked to lock the view once the scale is correct.

If viewports show blank or corrupted geometry, toggle Regen (REGEN or REGENALL), and test with hardware acceleration off to determine if the graphics driver causes the problem. For plotting, ensure viewport layers are visible and that non-plot layers are managed correctly. When viewport annotations are out of scale, check annotative settings and confirm the annotative objects include the viewport scale in their list.

What causes proxy objects and how do I handle or remove them safely?

Proxy objects are custom objects created by AutoCAD vertical products or third-party ObjectARX/ARX applications (for example, Civil 3D, Map 3D). When opened in vanilla AutoCAD without the creating application, they appear as proxy objects and can display as rectangles or generic placeholders. They can also store important geometry or data that vanilla AutoCAD cannot edit.

To handle proxies: install the creating application or Object Enabler so AutoCAD can display and manipulate them correctly. Autodesk provides Object Enablers for many vertical products. If you must remove proxies to share the drawing, use the EXPORTTOAUTOCAD command (or Save As > AutoCAD 2013/2010 format with the Include Proxy Graphics option) to convert proxies to static geometry where possible, or use MAPEXPORT/GIS conversion tools for spatial objects. Always keep a backup of the original before removing proxies, and document lost data when converting to vanilla AutoCAD geometry.

How do I import or export to or from PDF, DWG, DXF and maintain accuracy?

When exporting to PDF, use AutoCAD’s built-in PDF plotter or Adobe PDF with “Plot to File” ensuring vector output and embedding fonts to preserve text fidelity. Choose a high DPI for raster content and ensure TrueType fonts are embedded. For PDF to DWG import, use the PDFIMPORT command which can convert SHX-based text and vector lines; review and clean up the resulting objects, as PDF imports often result in many polylines and exploded text geometry.

For DWG to DXF, use Save As and pick the desired DXF version that your recipient requires. DXF is ASCII and can be larger but works for interoperability. When exchanging with older versions, use the Save to a previous AutoCAD version or DWG Convert utilities in Autodesk to batch convert while preserving proxy graphics when possible. After conversion, run AUDIT and PURGE on the target file to correct any introduced issues.

Why are commands missing, workspace elements ribbon toolbars gone, or menus not showing?

Missing commands or UI elements typically result from workspace changes, corrupted profiles, or missing CUI files. Restore a standard workspace via the Workspace Switching button or use the CUI command to load the default cuix. If the ribbon or toolbars are missing, type RIBBON to toggle it on; if that fails, reset the workspace to default or import a clean CUIX file.

Broken menus can also come from a corrupt user profile. Reset AutoCAD to default settings (see next section) or rename the user profile folder to force regeneration. If custom tool palettes or LISP routines are missing, ensure the support file search path includes the correct folders (Options > Files > Support File Search Path) and that startup suite entries in APPLOAD include the custom routines.

How do I reset AutoCAD to default settings without losing custom content?

Use AutoCAD’s Reset Settings to Default option in the Windows start menu under the application folder. Before resetting, export your custom settings and menu files: export your CUIX via CUI > Transfer tab, save tool palettes, copy your support, fonts and plotter folders, and back up the AppDataAutodeskAutoCAD folder. After reset, re-import your CUIX, restore support paths, and re-register LISP and plug-ins. This preserves custom content while restoring a stable interface.

What system requirements and GPU or driver settings should I use to optimize AutoCAD?

Follow Autodesk’s published system requirements for your AutoCAD version. Recommended baseline for 2D drafting: modern multi-core CPU, 16GB RAM, SSD for OS and files, and a certified mid-range professional GPU. For 3D modeling and visualization, use 32GB+ RAM, a multi-core CPU, and a higher-end workstation GPU with certified drivers. Keep OS updates current but use GPU drivers certified by Autodesk for your AutoCAD version rather than the absolute newest beta drivers.

Key GPU settings:
– Use drivers from NVIDIA/AMD that are on Autodesk’s certified driver list.
– Enable hardware acceleration in AutoCAD if the driver is certified.
– Disable any custom anti-aliasing overrides in the GPU control panel that affect CAD performance.
– For remote desktop or virtual environments, ensure GPU passthrough or virtual GPU is configured per Autodesk’s recommendations.

Use case Recommended GPU Driver advice
2D Drafting Mid-range workstation GPU (NVIDIA Quadro P2200 or equivalent) Use certified driver listed on Autodesk site
3D Modeling/Rendering High-end workstation GPU (NVIDIA RTX series) Update to latest certified Studio/Workstation driver
Remote/VDI vGPU or GPU passthrough Follow Autodesk and vendor VDI guides for driver version

How can I fix graphics glitches jagged lines or 3D visual issues in AutoCAD?

Graphics artifacts often relate to GPU drivers or hardware acceleration. First, update to the certified GPU driver. If problems persist, disable hardware acceleration in AutoCAD to see if the issue stops. Use the GRAPHICSCONFIG command to toggle Full or Basic modes. For jagged lines, enable anti-aliasing in the Application Preferences or GPU control panel where available; for 3D shading issues, switch between DirectX versions in AutoCAD’s graphics settings.

Check the Visual Styles Manager: try changing to Wireframe, then back to Shaded to reset the viewport’s rendering pipeline. If UCS or view settings cause odd display, use VPOINT or PLAN to reset the view. For issues with real-time shadows or materials, ensure the 3D model’s normals are correct and that the GPU has adequate memory. If problems are reproducible, capture a video or screenshot and report to Autodesk with system info and driver versions.

How do I troubleshoot plot or print problems incorrect paper size or missing plot styles?

Plotting problems are often due to incorrect page setup, printer/plotter driver issues, or missing plot style tables (.ctb/.stb). Verify that the Paper Size in the Page Setup Manager or Plot dialog matches the physical paper and the plotter’s installed paper sizes. If a plotter driver is the cause, reinstall the latest driver from the manufacturer or use a generic PostScript/PDF driver for testing.

Missing plot styles: ensure the selected plot style table exists in the support path and is applied in the Page Setup. If sharing drawings across workstations, copy the CTB/STB files to the local plot styles folder or include them in project templates. For scaling errors, check the plot scale in the dialog and confirm ‘Fit to paper’ is off when using a custom scale. Use preview before sending the job to the physical plotter to catch issues early.

Why does my PDF plot show missing fonts blank areas or low resolution?

Missing fonts in PDFs come from not embedding fonts during PDF creation. Use AutoCAD’s DWG to PDF.pc3 or a PDF driver with embedding enabled. For blank areas, check for non-plotting layers or clipped viewports; some drivers mishandle complex fills or transparency. Use high-quality raster settings for drawings with raster images and ensure the images are linked and available at full resolution. If vector quality is low, increase DPI/plot resolution in the PDF plotter options.

What are common network licensing license borrowing and Autodesk Account issues and fixes?

Network license issues include server downtime, misconfigured FLEXnet, and port or firewall restrictions. Ensure the license server process is running and that the server’s hostid matches the license file. For license borrowing, verify clients borrow correctly by setting Borrow Days and checking the Borrowed License list. If Autodesk Account shows users without assigned seats, an administrator must assign seats under Users in the Autodesk Account portal. For subscription issues, verify product entitlements and contact Autodesk support for account-level problems.

How do I use AUDIT RECOVER PURGE and other maintenance commands effectively?

Use AUDIT to check and optionally repair drawing database errors; run it after RECOVER or if you suspect corruption. RECOVER attempts to fix corrupt DWG files and should be your first step for damaged drawings. PURGE removes unused named objects like layers, blocks and linetypes — use PURGE ALL or -PURGE with the Regapps option to remove registry application keys that often bloat the file. Use OVERKILL to remove duplicate geometry and reduce file size. Always run AUDIT after PURGE and save a copy before aggressive cleanup.

How do I clean up a drawing to reduce file size and remove unused objects?

Start with PURGE to remove unused blocks, layers, linetypes and styles. Use -PURGE then answer ‘All’ and ‘Yes’ to remove Regapps. Run OVERKILL to eliminate duplicate or overlapping entities. Use the EXPORTLAYOUT or WBLOCK to create a slimmed copy of the model space or specific layouts. Use the DRAWING RECOVERY and SAVEAS to write a fresh file header.

Why are blocks attributes or dynamic blocks not behaving correctly and how do I fix them?

Attributes that don’t update may have wrong attribute definitions or need the ATTSYNC command to sync insertions with changed block definitions. For dynamic blocks behaving oddly, edit the block in the Block Editor, review grips and parameters, and use the BATTORDER or ATTRIBUTE MANAGER to correct attribute order and properties. If blocks are nested or have scale/rotation issues, verify the base point and unit settings for each block and recreate the block if corruption is suspected.

How do I deal with coordinate system georeferencing or GIS data issues in AutoCAD?

Use AutoCAD Map 3D or Civil tools for georeferencing and coordinate system transformations. Ensure the drawing’s coordinate system matches the data source, and use the MAPCSASSIGN command to set the coordinate system. When importing GIS data, convert projections properly and verify units. For shared projects, establish a project coordinate system and control points; check for datum shifts when transforming between geographic datums. If external references are positioned incorrectly, use ALIGN with known control points to correct placement.

What steps should I take before uninstalling reinstalling or repairing AutoCAD?

Back up custom content: CUIX, tool palettes, LISP routines, plotter configurations, custom fonts and templates. Export your user profile or note support file paths from Options. Deactivate or sign out of AutoCAD if necessary. Use the Autodesk Uninstall Tool to remove shared components cleanly, then reboot before reinstalling the desired version. After reinstall, reapply custom content and test with sample drawings before restoring full project data.

How can I export or save drawings for older AutoCAD versions without losing data?

Use DWG Convert or Save As to save to an older DWG release. Be aware that some objects (e.g., newer annotative features or specialized objects from vertical products) may not translate perfectly. Use the Export to AutoCAD command or use the Save As dialog choosing the older DWG version. After conversion, open the saved file and run AUDIT to correct any issues. For batches, use DWG TrueView’s DWG Convert feature to automate version conversion.

How do I handle third party plug ins LISP routines or customizations causing errors?

Diagnose by starting AutoCAD with a clean profile or safe mode and disabling startup suites in APPLOAD. If the issue disappears, enable add-ons one at a time to find the culprit. Update plug-ins and LISP routines to their latest versions and check compatibility with your AutoCAD release. For unresolved conflicts, contact the third-party vendor for updated versions or patches. Keep a managed folder for vetted third-party tools and include them in support file search paths to control loading behavior.

Table of Contents: