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.
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.
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:
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.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.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.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.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.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.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)
; Opens the Configure Standards dialog
; Or from the Ribbon:
; Manage tab → CAD Standards panel → Configure
Method 2 — From the Ribbon
Once the Configure Standards Dialog Opens
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:
Q:\CIVIL3D2013\Template\SD_All-NV5-Styles.dws (File not found)
Standards Tab Controls
| Control | What 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 icon | The .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… button | Immediately 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… button | Opens 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-in | What It Checks |
|---|---|
| Dimension Styles | Compares 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. |
| Layers | Compares 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. |
| Linetypes | Compares loaded linetypes against those defined in the DWS file. Checks that linetype names match and come from the expected .LIN file. |
| Text Styles | Compares 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.
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?
| Cause | Explanation |
|---|---|
| Network drive not mapped | The 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 deleted | Someone 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 renamed | The DWS file was reorganized to a new folder, or renamed. AutoCAD is still looking at the old path. |
| Different computer / new installation | Opening a file from a colleague on your machine. They had the DWS at a path that doesn't exist on your system. |
| Server migration | The 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)
Option 2 — Re-link to the Correct File (Best for: you have the DWS file, just at a different path)
\\SERVER01\CAD\Standards\SD_All-NV5-Styles.dwsOption 3 — Map the Network Drive (Best for: it's a mapped drive letter issue)
\\SERVERNAME\ShareName\\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.
; Or: Manage tab → CAD Standards panel → Check
; Keyboard shortcut: there is no default shortcut — type the full command
What Happens When You Run CHECKSTANDARDS
Understanding Violation Types
| Violation Message | What It Means | Typical Fix |
|---|---|---|
| Layer 'X' is not in the standards file | Your 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 Z | The 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 found | Your drawing passes standards — all checked layers, styles, and linetypes match the DWS file. | Nothing to do. Good job. |
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.
CAD Standards Settings Dialog
Click the Settings… button in Configure Standards (or type STANDARDSSETTINGS) to access these options:
| Setting | What It Does |
|---|---|
| Automatically fix non-standard properties | When 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 problems | When 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 file | If 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 settings | Controls 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
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
\\SERVER\Standards\ACME_CAD_v2024.dwsSTANDARDS 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
| Problem | Likely Cause | Fix |
|---|---|---|
| Yellow triangle / "File not found" in Configure Standards | Network 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 empty | No 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 clicked | FILEDIA 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 wrong | Either 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 Xrefs | CHECKSTANDARDS 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 close | The 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" message | No 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 ribbon | Workspace 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 it | A 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. |
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.