Quick Access Search All Tools 🗂 Layers 🔗 Xrefs Help & Tool Guide

What Is a .DWS File?

A .DWS file (Drawing Standards) is a special AutoCAD file that acts as the rule book for your drawings. It stores your company's or project's approved settings for layers, text styles, dimension styles, and linetypes — so AutoCAD can compare your drawing against these rules and flag anything that doesn't match.

Think of it like spell-check, but for CAD standards. Just as spell-check compares your words against a dictionary and marks mistakes in red, AutoCAD's standards checker compares your drawing against the DWS file and flags any layer names, colors, or styles that don't follow the rules.

The one-sentence version: A .DWS file is a reference copy of your CAD standards (layers, text styles, dim styles, linetypes) that AutoCAD uses to check whether your drawing is following the rules.

A DWS file looks exactly like a regular DWG file. In fact, it is a DWG file — just saved with a different extension. The difference is in how it gets used: DWG files are drawings you work in; DWS files are standards templates you reference against.

DWT vs DWS — easy to confuse: A .DWT file is a drawing template — it's the starting point when you create a new drawing (File → New). A .DWS file is a drawing standards file — it's what AutoCAD checks your drawing against after the fact. Both hold layer settings and styles, but they're used at different times for different purposes.

What a DWS File Controls (and What It Doesn't)

A DWS file enforces four specific types of standards. Understanding what it can and can't check will prevent a lot of confusion.

✅ Layers

Layer names, colors (by number or true color), linetypes assigned to layers, lineweights, and plot style assignments.

✅ Text Styles

Text style names, font files used (SHX or TTF), height, width factor, and oblique angle.

✅ Dimension Styles

Dimension style names and all settings within them — arrow size, text height, tolerances, units, etc.

✅ Linetypes

Linetype names and the linetype definition file they come from (.LIN files).

❌ Layouts & Viewports

Paper space layouts, viewport configurations, and plot styles are NOT checked by DWS standards.

❌ Blocks

Block definitions, attribute names, and block libraries are NOT part of the standards check.

❌ Drawing Content

The actual lines, arcs, text, and hatches in your drawing are NOT checked — only the named objects (layers, styles) are compared.

❌ System Variables

LTSCALE, DIMSCALE, UNITS settings and other system variables are NOT enforced by DWS files.

Who Uses DWS Files — and When Will You See Them?

DWS files are set up by CAD managers and used on projects where drawing consistency matters. You'll most commonly encounter them in these situations:

🏢 Engineering & Design Firms

  • Company-wide layer standards (ARCH-WALLS, ELEC-POWER, etc.)
  • Ensuring all drafters use the same text and dim styles
  • QA checks before files go to the client
  • Multi-office firms keeping standards consistent across locations

🏛 Government & Public Agency Projects

  • DOT projects requiring NCS (National CAD Standard) compliance
  • Utility companies with proprietary layer naming (SD_, NV5, etc.)
  • Municipal departments with established CAD standards
  • Third-party firms working to a client's layer scheme

🔧 Civil 3D / Specialized Software

  • Civil 3D projects frequently ship .dws files with their templates
  • The file in the screenshot (SD_All-NV5-Styles.dws) is a typical example from a utility/civil project
  • When you open a drawing that was created on another computer with different template paths, you'll see the "File not found" warning

📁 When the Error Appears

  • Opening a drawing that was set up on a different computer or server
  • After a server migration where file paths changed (e.g., Q:\ is now S:\)
  • After the DWS file was moved, renamed, or deleted
  • Opening a colleague's file on your own machine without the network drive mapped

How to Create a .DWS File from Scratch

Creating a DWS file is straightforward — you set up all your standards in a normal DWG file, then save it with the .DWS extension. Here's the complete process:

1
Open a new blank drawingType NEW and choose your standard template (usually your company .DWT file, or the default acadiso.dwt). Start from a clean slate — this will become your standards file.
2
Set up your layersOpen the Layer Properties Manager (LA or LAYER). Create every layer your company uses. For each layer, set the correct: Name, Color (by number — avoid true color if you need broad compatibility), Linetype, Lineweight, and Plot Style. These exact settings become the rules.
3
Set up your text stylesType STYLE to open the Text Style Manager. Create every text style your standard requires. Set the font file (SHX or TTF), height (0 = variable), width factor, and oblique angle. Common styles: Standard, Annotative, Notes, Titles.
4
Set up your dimension stylesType DIMSTYLE to open the Dimension Style Manager. Create each dim style with all its sub-settings. Pay attention to text style assignments, arrow types, and scale settings — these are all captured in the DWS.
5
Load your linetypesType LINETYPE to open the Linetype Manager. Load every linetype your standard uses from the appropriate .LIN file. The DWS records which linetype names exist and which .LIN file they come from.
6
Save As — choose .DWS formatGo to File → Save As (or press Ctrl+Shift+S). In the "Files of type" dropdown, choose AutoCAD Drawing Standards (*.dws). Give it a clear, descriptive name — for example: CompanyName_CAD_Standards_2024.dws. Save it to your agreed network location.
Keep it minimal: Only put in the DWS file the layers and styles you actually want to enforce. If you include 200 layers but most drawings only use 20, the standards check will generate hundreds of spurious warnings about "extra" layers in drawings that don't need them. A focused DWS file is a useful one.
; Quick method — save an existing drawing template as standards
Command: SAVEAS
; In the dialog: Files of type → AutoCAD Drawing Standards (*.dws)
; Name it clearly: ACME_LayerStandards_v3.dws
; Save to a shared network location everyone can reach

Attaching a Standards File to a Drawing

Once you have a .DWS file, you need to link it to a drawing before AutoCAD can check that drawing against the standards. This link is stored inside the drawing file itself — you only need to set it up once per drawing (or per template).

Method 1 — The STANDARDS Command (Quickest)

Command: STANDARDS
; Opens the Configure Standards dialog

; Or from the Ribbon:
; Manage tab → CAD Standards panel → Configure

Method 2 — From the Ribbon

1
Click the Manage tabIn the ribbon at the top of AutoCAD, click the Manage tab. If you don't see it, right-click the ribbon and make sure it's enabled.
2
Find the CAD Standards panelLook for the CAD Standards section within the Manage tab. Click the Configure button (it looks like a gear icon with a standards badge).

Once the Configure Standards Dialog Opens

1
Click the + (plus) buttonThis opens a standard file browser. Navigate to the location of your .DWS file. Select it and click Open.
2
Verify the file appears in the listThe .DWS file name should now appear in the top list box under "Standards files associated with the current drawing." A green checkmark means the file was found. A yellow triangle means it can't be located (see the Fix section below).
3
Click OKThe standards file is now linked to this drawing. The next time you or a colleague runs CHECKSTANDARDS, AutoCAD will use this .DWS file as the rulebook.
The link uses the file path you chose. If the DWS file is stored at C:\Standards\Company.dws on your machine but a colleague opens the same drawing and doesn't have that path, they'll see the "File not found" error. Always store DWS files on a shared network location everyone can reach using the same path.

The Configure Standards Dialog — Every Part Explained

The Configure Standards dialog is what opens when you type STANDARDS. It has two tabs and several controls. Here's exactly what each part does:

Configure Standards
Standards
Plug-ins
Standards files associated with the current drawing:
SD_All-NV5-Styles
+
Description:
Standards File
Q:\CIVIL3D2013\Template\SD_All-NV5-Styles.dws (File not found)
Check Standards...
Settings...
OK
Cancel
Help

Standards Tab Controls

ControlWhat It Does
Standards files list (top box)Lists all .DWS files currently linked to this drawing. Each file has either a green checkmark (found) or a yellow triangle warning (not found). Multiple DWS files can be linked — they are checked in the order listed.
▲ Yellow triangle iconThe .DWS file is linked but AutoCAD cannot locate it at the stored path. The file may have been moved, deleted, renamed, or the network drive may not be mapped. This does NOT mean your drawing is broken — it just means standards checking is unavailable until you fix the path.
+ (Plus button)Opens a file browser so you can add a new .DWS file to this drawing's standards list. Browse to the .DWS file location and click Open.
✕ (Red X button)Removes the selected .DWS file from the list. The file on disk is NOT deleted — only the link from this drawing is removed. Use this to fix a broken/missing file link.
↑ ↓ (Arrow buttons)Changes the order of the standards files in the list. When multiple files are linked, AutoCAD checks them top to bottom. If the same layer name exists in two DWS files with different settings, the first file wins.
Description panel (right side)Shows the full file path of the selected standards file. This is where you can see exactly where AutoCAD is looking — very useful for diagnosing "File not found" errors.
Check Standards… buttonImmediately runs the standards check using all the linked DWS files. This opens the Check Standards dialog. You can also run this with the command CHECKSTANDARDS.
Settings… buttonOpens the CAD Standards Settings dialog where you can control automatic notification behavior (whether AutoCAD prompts you when it detects a violation) and how the status bar icon behaves.

Plug-ins Tab

The Plug-ins tab lists the four checks AutoCAD can perform. Each has a checkbox to enable or disable it. All four are on by default.

Plug-inWhat It Checks
Dimension StylesCompares dimension styles in your drawing against those in the DWS file. Flags any dim style whose name doesn't exist in the standards, or whose settings differ.
LayersCompares all layers in your drawing against the layers in the DWS file. Checks layer name, color, linetype, lineweight, and plot style. This is the most commonly used check.
LinetypesCompares loaded linetypes against those defined in the DWS file. Checks that linetype names match and come from the expected .LIN file.
Text StylesCompares text styles (font file, height, width factor, oblique angle) against the DWS file. Useful for enforcing that everyone uses the same font for title block text, notes, etc.

Fix: The "File Not Found" Error (Yellow Triangle Warning)

This is the most common issue with DWS files — and it's exactly what the screenshot at the top of this page shows. The yellow warning triangle next to the standards file name means AutoCAD knows a .DWS file should be here, but can't find it at the stored path.

What you're seeing in the screenshot: The drawing was linked to Q:\CIVIL3D2013\Template\SD_All-NV5-Styles.dws — a path on a Q: network drive. When this drawing is opened on a computer where the Q: drive isn't mapped, or where that file no longer exists, AutoCAD shows the yellow triangle and "(File not found)" in the description panel. The drawing itself is fine — only the standards link is broken.

Why Does This Happen?

CauseExplanation
Network drive not mappedThe drawing was linked to Q:\ (or any letter drive) on the original computer. Your computer has a different drive letter for the same server, or the network isn't connected at all. The most common cause.
The DWS file was deletedSomeone deleted the .dws file from the server, or it got removed during a cleanup. The drawing still has the link but the file is gone.
File was moved or renamedThe DWS file was reorganized to a new folder, or renamed. AutoCAD is still looking at the old path.
Different computer / new installationOpening a file from a colleague on your machine. They had the DWS at a path that doesn't exist on your system.
Server migrationThe company's file server was updated and drive mappings changed (Q:\ became S:\, or UNC paths changed).

How to Fix It — Step by Step

You have three options depending on your situation. Start with Option 1 (the simplest):

Option 1 — Remove the Broken Link (Best for: you don't need standards checking)

1
Type STANDARDS and press EnterThe Configure Standards dialog opens. You'll see the yellow triangle next to the broken .DWS file name.
2
Click on the broken file name to select itIt should highlight in the standards files list. The description on the right will confirm "(File not found)" and show the bad path.
3
Click the red X (remove) buttonThis removes the broken link from the drawing. The .DWS file on disk (wherever it may be) is NOT deleted — only the reference inside this drawing is cleared.
4
Click OKThe dialog closes. The warning will no longer appear when you open this drawing. Save the drawing to make the change permanent.
This is safe. Removing the DWS link does not change any layers, styles, or content in your drawing. It only stops AutoCAD from trying to check standards against a file it can't find.

Option 2 — Re-link to the Correct File (Best for: you have the DWS file, just at a different path)

1
Find the DWS file firstBefore opening the dialog, locate the actual .dws file on your machine or network. If it's on a server, make sure the drive is mapped. Note the exact path: e.g., \\SERVER01\CAD\Standards\SD_All-NV5-Styles.dws
2
Type STANDARDS and press EnterThe Configure Standards dialog opens.
3
Select the broken file and click the red XRemove the old broken link first. Then click the + (plus) button to add a new link.
4
Browse to the correct DWS fileIn the file browser, navigate to where the .DWS file actually lives now. Select it and click Open.
5
Verify the green checkmark appearsThe file name should now appear in the list with no warning triangle. The description panel will show the correct path. Click OK and save the drawing.

Option 3 — Map the Network Drive (Best for: it's a mapped drive letter issue)

1
Contact your IT department or CAD managerAsk what server the Q:\ (or whatever drive letter) maps to. They can tell you the UNC path: \\SERVERNAME\ShareName
2
Map the drive in WindowsOpen File Explorer → This PC → right-click → Map network drive. Choose the same drive letter that was originally used (Q: in the example). Browse to the server share. Check "Reconnect at sign-in" so it persists.
3
Reopen the drawingOnce the drive is mapped and the DWS file is accessible at the original path, the warning triangle will be gone the next time you open the Configure Standards dialog or the drawing.
Long-term fix: If this is happening across your team, the real solution is to store the DWS file using a UNC path (\\server\share\file.dws) rather than a drive letter. Drive letter mappings vary between computers; UNC paths are consistent as long as everyone can reach the server.

Running CHECKSTANDARDS — Checking Your Drawing

Once a .DWS file is linked to your drawing (with a green checkmark, no warnings), you can run the actual standards check. This is what compares your drawing against the rules.

Command: CHECKSTANDARDS
; Or: Manage tab → CAD Standards panel → Check
; Keyboard shortcut: there is no default shortcut — type the full command

What Happens When You Run CHECKSTANDARDS

1
AutoCAD scans the drawingIt compares all layers, text styles, dimension styles, and linetypes in your drawing against those in the linked DWS file. This usually completes in under a second for most drawings.
2
The Check Standards dialog opensEach problem is shown one at a time. The top section describes the violation: "Layer 'WALLS' color should be 3 (green) not 1 (red)." The bottom section shows suggested fixes, usually with a recommended replacement highlighted in blue.
3
For each violation, choose an actionFix — apply the suggested fix automatically. Next — skip this violation for now and go to the next one. Mark as Ignored — tell AutoCAD to stop reporting this specific item as a problem (use sparingly).
4
Review the summaryAfter all violations are checked, AutoCAD shows a summary: how many problems were found, how many were fixed, and how many remain. Click Close when done.

Understanding Violation Types

Violation MessageWhat It MeansTypical Fix
Layer 'X' is not in the standards fileYour drawing has a layer that doesn't exist in the DWS at all. It may be a non-standard layer someone created, or a layer from a block or xref.Rename the layer to match a standards layer, or leave it if it's intentional (click Next or Mark as Ignored).
Layer 'X' color should be Y not ZThe layer exists in the DWS but has the wrong color in your drawing.Click Fix to accept the suggested color correction.
Layer 'X' linetype should be 'CENTER' not 'Continuous'The layer's linetype assignment doesn't match the standards.Click Fix to apply the correct linetype from the DWS.
Text style 'Standard' font should be 'romans.shx'The Standard text style in your drawing uses a different font than the standards require.Click Fix if you want to change the font, but be aware this will change the appearance of all text using that style.
No problems foundYour drawing passes standards — all checked layers, styles, and linetypes match the DWS file.Nothing to do. Good job.
Xref layers show up in checks too. If you have Xrefs attached to your drawing, their layers appear in the Layer Properties Manager and therefore get checked by CHECKSTANDARDS. You'll often see violations from Xref layers (like XREFNAME|LAYER_NAME) that you can't and shouldn't change. Click Mark as Ignored for these — or disable the Layers plug-in for xref-heavy drawings and check manually.

CAD Standards Plug-ins — Advanced Control

The Plug-ins tab of the Configure Standards dialog (and the CAD Standards Settings dialog) lets you fine-tune exactly what gets checked. Here's how to use them effectively:

Disabling a Plug-in for Specific Projects

If you work on xref-heavy projects where linetype violations are expected, you can turn off the Linetypes plug-in for that drawing. This reduces noise in the standards report and lets you focus on the violations that actually matter.

1
Open Configure Standards (STANDARDS command)This opens the main Configure Standards dialog.
2
Click the Plug-ins tabYou'll see the four plug-ins: Dimension Styles, Layers, Linetypes, Text Styles. Each has a checkbox.
3
Uncheck the plug-in you don't needFor example, uncheck Linetypes to skip linetype checking on this drawing. Click OK.

CAD Standards Settings Dialog

Click the Settings… button in Configure Standards (or type STANDARDSSETTINGS) to access these options:

SettingWhat It Does
Automatically fix non-standard propertiesWhen checked, AutoCAD automatically applies the DWS-recommended fix without asking. Use with extreme caution — this can silently change layer colors and styles in your drawing.
Show ignored problemsWhen checked, violations you previously marked as "ignored" will appear again in the next CHECKSTANDARDS run. Useful if your standards have been updated and you want a fresh check.
Preferred standards fileIf multiple DWS files are linked, this sets which one's suggestion appears first in the Fix list. Useful when two DWS files have conflicting recommendations for the same layer.
Notification settingsControls whether the CAD Standards icon in the status bar shows a balloon notification when it detects a standards violation. Controlled by the STANDARDSVIOLATION system variable.

System Variables for CAD Standards

STANDARDSVIOLATION
0 = no notification · 1 = icon only · 2 = icon + balloon
Controls how AutoCAD notifies you when it detects a CAD standards violation. Set to 0 to disable all notifications (useful on busy drawings), 1 for a silent status bar icon, 2 for a pop-up balloon that appears when violations are detected.
LAYEREVAL
0 = off · 1 = new layers only · 2 = all unreconciled
Controls when AutoCAD evaluates new or changed layers against standards. Set to 1 to only flag truly new layers added since the last evaluation, 2 to flag all layers not yet reconciled. Works in combination with LAYERNOTIFY.
LAYERNOTIFY
0 = off · 1 = open · 2 = insert · 4 = attach · 8 = restore · 16 = save · 32 = new
Bitcode that controls when AutoCAD checks for unreconciled layers. Values are additive: 1+2+4 = 7 checks on Open, Insert, and Attach. Default value of 0 turns off layer notification entirely. Most firms set this to 0 for normal drawing work.
LAYEREVALCTL
0 = off · 1 = on
Master on/off switch for the layer evaluation feature. Set to 0 to completely disable layer reconciliation checks (overrides LAYEREVAL and LAYERNOTIFY). Useful when layer evaluation prompts are interrupting workflow.
FILEDIA
0 = prompts only · 1 = dialog boxes
Not specific to standards, but relevant: if FILEDIA is set to 0 (disabled), the Configure Standards file browser won't open. If clicking the + button does nothing, type FILEDIA at the command line, set it to 1, then try again.
WSCURRENT
Text string — workspace name
Not a standards variable directly, but important: if you don't see the Manage tab in the ribbon, your current workspace may not include it. Type WSCURRENT to check your workspace, or right-click the ribbon → Show tabs → Manage.

Best Practices & Network Setup

Where to Store Your DWS File

This is the single most important decision you'll make when setting up CAD standards. The wrong choice is the #1 cause of "File not found" errors across your team.

✅ Do This — UNC Network Path

  • Store on a server everyone can access: \\SERVER01\CAD_Standards\Company.dws
  • Use the UNC path (\\server\share) not a drive letter (Q:\)
  • UNC paths work regardless of which drive letter each computer uses
  • Version-control the DWS file — keep v2024, v2025 versions in the same folder
  • Set the server folder as read-only for drafters (only CAD manager can update)

❌ Avoid This

  • Storing on a local drive (C:\Standards\) — it won't be found on other computers
  • Using a mapped drive letter (Q:\, S:\) — not consistent across machines
  • Keeping it in the same folder as project drawings — it will get moved when projects are archived
  • Saving to a Desktop or Documents folder — path varies by username

Setting Up Standards Across a Team

1
Create the DWS file and put it on the serverFollow the creation steps above. Store it at a permanent UNC path: \\SERVER\Standards\ACME_CAD_v2024.dws
2
Link it in your company drawing templateOpen your company .DWT template file. Run STANDARDS, add the DWS via UNC path, click OK. Save the template. Now every new drawing created from that template will already have the standards link — no one has to add it manually.
3
Document the path and tell your teamPut the DWS file location in your company's CAD standards document. When someone gets the "file not found" error, they can look up the correct path and re-link it themselves without calling the CAD manager.
4
Consider using CHECKSTANDARDS as a QA stepMake running CHECKSTANDARDS part of your drawing review process before issuing. One pass of CHECKSTANDARDS before PDF/print catches layer color mistakes and text style inconsistencies that are otherwise hard to spot visually.
Embed the link in old drawings in bulk: If you have hundreds of existing drawings that need the DWS link added, write a small AutoLISP script that opens each drawing, runs STANDARDS via script, adds the file, and saves. This is far faster than manually opening each drawing. Ask your CAD manager or check the AutoLISP documentation.

Common Problems & Fixes

ProblemLikely CauseFix
Yellow triangle / "File not found" in Configure StandardsNetwork drive not mapped, DWS file moved or deleted, or different computer without access to the original path.See the full fix section above. Either remove the broken link (red X), re-link to the current file location, or map the network drive to the original drive letter.
Configure Standards dialog opens but is emptyNo DWS file has ever been linked to this drawing.Click the + button and browse to your company's .DWS file. If you don't know where it is, ask your CAD manager. If no DWS file exists for your company, you may need to create one.
+ button does nothing when clickedFILEDIA system variable is set to 0, which suppresses file dialogs.Type FILEDIA at the command prompt, set it to 1, then try clicking + again.
CHECKSTANDARDS runs but finds no violations, even though layers are wrongEither the wrong DWS file is linked (it doesn't have the layers you expect), or a standards plug-in is disabled.Check the Configure Standards Plug-ins tab — make sure Layers is enabled. Also verify the linked DWS file actually contains the layers you think it does (open it as a regular DWG and check the Layer Properties Manager).
Hundreds of violations appear, mostly from XrefsCHECKSTANDARDS checks all layers in the drawing, including those from attached Xrefs (they appear as XREFNAME|LAYERNAME).Xref layers typically can't or shouldn't be changed. Click "Mark as Ignored" for Xref layer violations, or click "Next" to skip them all. Consider disabling the Layers plug-in if Xref noise is overwhelming.
Fix button applies changes but they revert when I closeThe drawing may have a corrupt or conflicting layer definition, or the changes weren't saved.After running CHECKSTANDARDS and fixing violations, save the drawing immediately with Ctrl+S. If changes still revert, run AUDIT then PURGE and try the standards check again.
"This drawing has no associated standards file" messageNo DWS is linked AND AutoCAD was set to notify you about this.Either link a DWS file via STANDARDS command, or set STANDARDSVIOLATION to 0 to suppress the notification if you don't use standards checking.
Manage tab missing from ribbonWorkspace doesn't include the Manage tab, or the ribbon is in a collapsed state.Right-click the ribbon → Show Tabs → check Manage. Or type the command directly: STANDARDS for Configure, CHECKSTANDARDS for the check.
DWS file appears in list but won't open as a DWG to edit itA DWS file is saved with a different extension but is a DWG underneath.Open it just like any DWG: File → Open, then in the "Files of type" dropdown select "All Files (*.*)" or "AutoCAD Drawing Standards (*.dws)". You can then edit layers, styles, etc. and re-save as .dws.
Pro tip — audit before checking standards: Run AUDIT (and accept all fixes) and then PURGE (×2) on a drawing before running CHECKSTANDARDS. Audit fixes drawing database errors that can cause false standards violations, and Purge removes unused layers/styles that would otherwise show up as spurious failures.