How to Fix AutoCAD “Plot to PDF” Failures, Crashes, and Freezes

Applies to AutoCAD 2022, 2023, 2024, 2025, 2026, and AutoCAD LT

Few AutoCAD problems are as frustrating as a drawing that refuses to plot. The file opens normally, editing works fine, but the moment you click Plot, AutoCAD freezes, crashes, hangs at 99%, creates a blank PDF, or never finishes generating the file.

In most cases, the cause falls into one of four categories:

  • Corrupted drawing data
  • PDF driver or PC3 file problems
  • Heavy objects such as hatches, transparency effects, images, or fonts
  • Hardware, graphics, or operating system conflicts

If you need the fastest possible fix, start with these steps:

Emergency Plot Recovery

  1. Switch the plotter to DWG To PDF.pc3
  2. Set BACKGROUNDPLOT = 0
  3. Run AUDIT
  4. Run PURGE
  5. Run -PURGE and remove Regapps
  6. Plot again

If the problem remains, work through the following fixes in order.


Common AutoCAD PDF Errors

The solutions below apply when AutoCAD:

  • Freezes while plotting to PDF
  • Crashes during PDF export
  • Hangs at 99%
  • Stalls at 0%
  • Displays a Plotter Driver Configuration error
  • Creates a blank PDF
  • Creates a PDF with missing objects
  • Never displays the Save PDF dialog
  • Fails during Publish
  • Freezes when opening Plot Preview
  • Stops responding after pressing Ctrl + P

Fix 1: Switch to a Different PDF Plotter

A damaged or unstable PDF driver is one of the most common causes of plotting failures.

Step-by-Step

Step 1

Open the Plot dialog.

Step 2

Under Printer/Plotter, select:

DWG To PDF.pc3

Step 3

Plot the drawing again.

If plotting succeeds, the original PDF driver or PC3 configuration was likely corrupted.


Fix 2: Disable Background Plotting

Background plotting divides system resources between AutoCAD and the plot engine.

Large drawings often become more stable when plotting is performed in the foreground.

Step-by-Step

Step 1

Type:

BACKGROUNDPLOT

Step 2

Press Enter.

Step 3

Enter:

0

Step 4

Press Enter.

Step 5

Try plotting again.


Fix 3: Check for Hidden Dialog Boxes

Sometimes AutoCAD is not frozen. It is waiting for a hidden Save dialog box.

This frequently happens on multi-monitor systems.

Windows

Step 1

Press:

ALT + TAB

Step 2

Cycle through all open windows.

Step 3

Look for:

  • Save PDF As
  • Security warnings
  • Plotter prompts

macOS

Step 1

Press:

Cmd + ~

Step 2

Cycle through application windows.

Step 3

You can also open Mission Control (F3) and look for hidden dialogs.


Fix 4: Run AUDIT

Drawing database corruption often appears only when AutoCAD attempts to generate a PDF.

Step-by-Step

Step 1

Type:

AUDIT

Step 2

Press Enter.

Step 3

Type:

Y

Step 4

Press Enter.

Step 5

Allow AutoCAD to repair all detected errors.


Fix 5: Purge Unused Data

Unused layers, blocks, line types, dimension styles, and text styles increase file size and can interfere with plotting.

Step-by-Step

Step 1

Type:

PURGE

Step 2

Click:

Purge All

Step 3

Repeat until no additional items can be removed.

Additional Check: Layer Filters

Excessive Layer Filters can cause the Plot dialog itself to freeze or take a long time to open.

If the Plot window takes 10 to 30 seconds to appear:

  • Open Layer Properties Manager
  • Delete unnecessary Layer Filters
  • Save the drawing
  • Restart AutoCAD

Fix 6: Remove Regapps Bloat

Regapps are one of the most common sources of oversized and unstable DWG files.

Step-by-Step

Step 1

Type:

-PURGE

Step 2

Press Enter.

Step 3

Type:

R

Step 4

Press Enter.

AutoCAD will display:

Enter name(s) to purge <*>:

Step 5

Press:

Enter

AutoCAD will then display:

Verify each name to be purged? [Yes/No]:

Step 6

Type:

N

Step 7

Press Enter.

This automatically removes all Regapps without forcing you to confirm thousands of entries one by one.


Fix 7: Recover a Damaged Drawing

Some files require deeper repairs than AUDIT can perform.

Step-by-Step

Step 1

Open a blank drawing.

Step 2

Type:

RECOVER

Step 3

Press Enter.

Step 4

Select the problematic DWG file.

Step 5

Allow AutoCAD to repair and reopen the drawing.

Step 6

Save the repaired file under a new name.


Fix 8: Isolate Corrupt Layers, Blocks, and Objects

A single damaged object can stop the PDF engine.

Step-by-Step

Step 1

Turn off approximately half the layers.

Step 2

Plot again.

Step 3

If plotting succeeds, the problem exists in the disabled group.

Step 4

Continue narrowing the selection until the offending object is identified.

Pay special attention to:

  • Imported consultant drawings
  • Dynamic blocks
  • Civil 3D objects
  • Proxy objects
  • Legacy AutoCAD content
  • Third-party add-in objects

Fix 9: Simplify Heavy Hatch Patterns

Dense hatch patterns can generate millions of vectors during PDF creation.

Symptoms

  • Plot hangs at a percentage
  • Plot preview opens very slowly
  • PDF generation never finishes

Step-by-Step

Step 1

Freeze hatch layers.

Step 2

Plot again.

Step 3

If plotting succeeds, reduce hatch density or replace the hatch pattern.


Fix 10: Check Raster Images

Large images are a common source of plotting failures.

Common Problem Files

  • TIFF
  • JPG
  • PNG
  • Aerial imagery
  • GIS exports
  • Scanned plans

Step-by-Step

Step 1

Open External References.

Step 2

Review all attached images.

Step 3

Unload large images.

Step 4

Plot again.

Step 5

Replace oversized images with optimized versions if needed.


Fix 11: Disable Transparency Processing

Transparency effects significantly increase PDF processing time.

Method 1: Disable Plot Transparency

Step 1

Open the Plot dialog.

Step 2

Uncheck:

Plot Transparency

Step 3

Plot again.

Method 2: Force Transparency Off

Step 1

Type:

PLOTTRANSPARENCYOVERRIDE

Step 2

Press Enter.

Step 3

Enter:

0

Step 4

Press Enter.

Value 0 disables transparency processing globally and is often the fastest way to bypass transparency-related crashes.


Fix 12: Convert Fonts to Geometry

Problematic fonts frequently cause PDF export failures.

Step-by-Step

Step 1

Open the Plot dialog.

Step 2

Select your PDF plotter.

Step 3

Click:

Properties

Step 4

Navigate to:

Device and Document Settings
→ Custom Properties
→ Font Handling

Step 5

Enable:

Convert All Text To Geometry

Step 6

Plot again.


Fix 13: Disable PDFSHX

SHX processing can produce oversized PDFs and plotting issues.

Step-by-Step

Step 1

Type:

PDFSHX

Step 2

Press Enter.

Step 3

Enter:

0

Step 4

Press Enter.

Step 5

Plot again.


Fix 14: Disable PDFOLE

Embedded OLE objects can interfere with PDF generation.

Step-by-Step

Step 1

Type:

PDFOLE

Step 2

Press Enter.

Step 3

Enter:

0

Step 4

Press Enter.

Step 5

Plot again.


Fix 15: Recreate a Corrupt Viewport

A damaged viewport can freeze plotting even when the drawing database is healthy.

Step-by-Step

Step 1

Delete the problematic viewport.

Step 2

Save the drawing.

Step 3

Create a new viewport.

Step 4

Restore the viewport scale.

Step 5

Plot again.


Fix 16: Use EXPORTPDF Instead of PLOT

EXPORTPDF bypasses many plot configuration settings and often succeeds when Plot fails.

Step-by-Step

Step 1

Type:

EXPORTPDF

Step 2

Press Enter.

Step 3

Export the layout directly.

If EXPORTPDF works while Plot fails, the issue is usually related to a plot configuration or PC3 file.


Fix 17: Recreate the PDF Plotter Configuration

PC3 files occasionally become corrupted.

Step-by-Step

Step 1

Type:

PLOTTERMANAGER

Step 2

Press Enter.

Step 3

Open the Plotters folder.

Step 4

Rename the existing PDF plotter if it appears damaged.

Step 5

Double-click:

Add-A-Plotter Wizard

Step 6

Select:

My Computer

Step 7

Choose:

Autodesk ePlot (PDF)

from the manufacturer list.

Step 8

Complete the wizard.

Step 9

Create a new PDF plotter configuration.

Step 10

Test plotting again.


Fix 18: Disable Hardware Acceleration

Graphics driver conflicts often appear during plotting and preview generation.

Step-by-Step

Step 1

Type:

GRAPHICSCONFIG

Step 2

Press Enter.

Step 3

Turn:

Hardware Acceleration

OFF.

Step 4

Plot again.

If plotting succeeds, update your graphics driver before re-enabling acceleration.


Fix 19: Restart the Print Spooler

A damaged print queue can interfere with PDF output.

Windows

Step 1

Press:

Win + R

Step 2

Type:

services.msc

Step 3

Press Enter.

Step 4

Locate:

Print Spooler

Step 5

Right-click and select:

Restart

macOS

Open:

System Settings
→ Printers & Scanners

Then reset the printing system and test again.


Fix 20: Troubleshoot Publish and Sheet Sets

Many users notice that Plot works while Publish fails.

Step-by-Step

Step 1

Plot a single layout.

Step 2

If plotting succeeds, avoid batch publishing temporarily.

Step 3

Open the Sheet Set.

Step 4

Check for:

  • Missing sheets
  • Missing references
  • Broken file paths

Step 5

Retry Publish.


Fix 21: Reset AutoCAD Settings

If every drawing fails to plot, the user profile may be damaged.

Windows

Step 1

Close AutoCAD.

Step 2

Open:

Start Menu
→ Autodesk
→ Reset Settings To Default

Step 3

Run the utility.

macOS

Step 1

Open AutoCAD.

Step 2

Open:

Preferences
→ Application
→ Reset Application Options

Step 3

Restart AutoCAD.


Advanced Plot Diagnostics

Check these variables when troubleshooting difficult plotting issues.

VariableRecommended Value
BACKGROUNDPLOT0
PDFSHX0
PDFOLE0
PLOTTRANSPARENCYOVERRIDE0
WHIPTHREAD3
MAXSORT200

Notes

  • WHIPTHREAD = 3 enables multi-threaded redraw and plotting operations.
  • If multi-sheet Publish jobs crash randomly, test WHIPTHREAD = 0.
  • MAXSORT = 200 reduces memory consumption when drawings contain thousands of layers, blocks, or styles.

Troubleshooting Summary

If AutoCAD Does ThisTry This First
Freezes at 0%Disable Hardware Acceleration and set BACKGROUNDPLOT = 0
Hangs at 99%Check hatches, images, transparency, and fonts
Crashes during PDF exportRun RECOVER, AUDIT, and PURGE
Creates a blank PDFCheck viewport corruption and layer states
Fails on one layout onlyRecreate the viewport
Fails on one drawing onlyRun RECOVER and isolate objects
Fails on every drawingReset AutoCAD settings
Publish fails but Plot worksCheck Sheet Sets and batch publishing
PDF files are excessively largeSet PDFSHX = 0 and review images
Plot dialog opens very slowlyRemove Layer Filters
Plotter Driver Configuration errorRecreate the PC3 file

Preventing Future Plot Failures

  • Run AUDIT before issuing project deliverables.
  • Run PURGE regularly.
  • Remove unused Xrefs.
  • Remove unused images.
  • Avoid extremely dense hatch patterns.
  • Keep graphics drivers current.
  • Use DWG To PDF.pc3 for production plotting.
  • Review consultant drawings before merging them into production files.
  • Save clean milestone copies of large projects.
  • Avoid embedding large OLE objects.
  • Remove unnecessary Layer Filters.
  • Keep PDF plot configurations standardized across the team.

FAQ

Why does AutoCAD freeze at 99% while plotting?

The most common causes are dense hatch patterns, large raster images, transparency effects, and problematic fonts.

Why does AutoCAD create a blank PDF?

A corrupt viewport, incorrect layer state, or damaged layout configuration is often responsible.

Why is DWG To PDF.pc3 missing?

The file may have been deleted or corrupted. Recreate it using the Add-A-Plotter Wizard.

Why is plotting to PDF so slow?

Large images, transparency effects, excessive SHX processing, and dense hatch patterns are usually responsible.

Can a corrupt viewport stop PDF plotting?

Yes. A damaged viewport can freeze AutoCAD, generate blank PDFs, or prevent plotting entirely.

Why does the Plot dialog itself take a long time to open?

Excessive Layer Filters, very large drawings, and high layer counts are common causes.