Tutorials
Units in AutoCAD: mm vs inches and How to Switch Safely
AutoCAD Tips Team February 16, 2026
Units in AutoCAD: mm vs inches and How to Switch Safely
I once saw a clean, detailed drawing get rejected almost instantly.
Nothing was missing. No obvious errors. Every dimension was just… wrong. By exactly 25.4.
That number again.
The file was drawn in millimeters. The client opened it in inches. No one checked. A 100 mm part showed up as 100 inches. Which is not a small miss.
And the worst part? Inside AutoCAD, everything looked perfectly fine.
That’s the trap.
AutoCAD doesn’t really “know” your units. A line that’s 100 units long is just that. 100 units. Whether that means millimeters, inches, or something else depends entirely on how the file was set up. Or how you think it was set up.
So when drawings move between people, templates, or teams, things quietly break. No warning. Just a file that looks right and measures wrong.
And this isn’t just a beginner issue. I’ve seen experienced users run into it during imports, file handoffs, even quick conversions.
In this guide, I’ll show you how this actually works, how to catch problems early, and how to switch between mm and inches without wrecking your drawing.
What AutoCAD Units Actually Are
Here’s the part that trips people up, even after years of using AutoCAD.
AutoCAD is basically unitless.
Yeah, really.
When you draw a line that’s 100 units long, AutoCAD doesn’t store “100 mm” or “100 inches.” It just stores 100. That’s it. The meaning comes later, based on how you set up the drawing or what you assume those units represent.
So when someone says, “I always draw in millimeters,” what they really mean is: “I treat 1 unit as 1 mm.”
Same goes for inches.
That works perfectly… until the file leaves your machine.
Let’s say you create a part that’s 50 units long, thinking in millimeters. You send it to someone who works in inches. They open it, and their system reads that same 50 as inches.
Now your 50 mm part is suddenly 50 inches.
No conversion happened. No warning popped up. The number stayed the same. Only the meaning changed.
That’s where most of the confusion comes from.
There are settings like UNITS and INSUNITS, but they don’t behave the way people expect. Changing units in the UNITS dialog doesn’t magically convert your geometry. It just changes how AutoCAD interprets or displays values going forward.
I think this is one of those design choices that made sense decades ago, but today, with constant file sharing, it causes more problems than it solves.
So the key idea to lock in is simple:
AutoCAD doesn’t manage units for you. You manage them.
Once you really get that, a lot of weird behavior suddenly makes sense.
mm vs Inches: Which One Should You Use?
This is where people expect a clear answer. “Use this, not that.”
Honestly? It depends. And not in a vague way. In a very practical, slightly annoying way.
If you’re in mechanical design, you’re probably already working in millimeters. Most manufacturers, CNC workflows, and international teams default to mm. It’s clean, precise, and avoids fractions.
Architecture is a different story. Especially if you’re working with US-based projects. Inches and feet are still the norm there, and switching away from that can create more confusion than it solves.
So the real question isn’t “Which unit is better?”
It’s “Who are you working with?”
In my experience, consistency beats correctness every time. I’d rather use a unit I personally don’t love than fight constant conversion issues with clients or teammates.
I’ve also seen people try to “standardize everything” mid-project. Sounds smart. Usually isn’t. Changing units halfway through a job, especially a complex one with Xrefs and annotations, is where things start breaking in subtle ways.
Sometimes sticking with the “wrong” unit is actually the safer move.
That said, if you’re starting fresh, here’s a simple way to think about it:
-
Working with manufacturing, product design, or global teams? Go with millimeters.
-
Working on architectural drawings tied to US standards? Inches will save you headaches.
And if you’re collaborating across both worlds… well, that’s exactly where things get interesting.
How to Check Your Drawing Units (Before It’s Too Late)
Before you fix anything, you need to know what you’re actually dealing with.
And no, just opening the drawing and eyeballing it isn’t enough. I’ve made that mistake. It looked like millimeters. It wasn’t.
Start with the obvious one.
Type UNITS and hit enter.
This opens the Drawing Units dialog. You’ll see things like length type and precision. Useful, but here’s the catch. This setting mostly controls how values are displayed, not what your geometry actually represents.
So if it says “Decimal” with precision to 0.00, that doesn’t confirm you’re in mm or inches. It just tells you how numbers are shown.
The more important setting is INSUNITS.
Type INSUNITS in the command line. You’ll get a number:
-
1 = inches
-
4 = millimeters
This setting tells AutoCAD how to scale inserted content like blocks or Xrefs. It’s not perfect, but it gives you a strong hint about the intended unit system of the file.
Still, I don’t fully trust settings alone. Files get reused, copied, and Frankensteined over time.
So I always do a quick sanity check.
Pick something in the drawing that should have a known size. A bolt, a door, a standard component. Then measure it.
-
If a standard door shows ~900 units, you’re probably in millimeters
-
If it shows ~36, you’re likely in inches
Another trick. Add a quick dimension to something simple. If the number feels off, it probably is.
This takes maybe 30 seconds, and it can save you hours later.
Because once you start scaling or modifying a drawing with the wrong assumption about units… things get messy fast.
The Right Way to Switch Units Without Breaking Your Drawing
This is where most people go wrong.
They open the UNITS dialog, switch from millimeters to inches, hit OK… and assume the job is done.
It’s not.
That setting does not convert your geometry. It just changes how AutoCAD labels the units. Your drawing is still the same size, just interpreted differently now. Which is how you end up with that 25.4 problem again.
If you actually want to convert units, you need to scale the geometry.
Method 1: Scale It (Most Reliable)
This is the method I trust the most.
If you’re converting:
-
Millimeters → Inches: scale by 0.03937
-
Inches → Millimeters: scale by 25.4
Steps are simple:
-
Type SCALE
-
Select everything (yes, everything)
-
Pick a base point (0,0 is usually safe)
-
Enter the scale factor
Done. Now your geometry is actually converted.
But don’t rush off yet. You still need to update INSUNITS afterward so future inserts behave correctly.
Method 2: DWGUNITS (Quick, but Be Careful)
There’s also a command called DWGUNITS.
It walks you through unit conversion with prompts like:
-
What units are you converting from?
-
Do you want to scale objects?
-
Do you want to update insertion scale?
It sounds great. And honestly, it can work well.
But I’ve seen it behave inconsistently, especially with older drawings or files packed with blocks and Xrefs. Sometimes it misses things. Sometimes it scales things you didn’t expect.
So I use it for simple files. For anything critical, I stick with manual scaling.
Method 3: Insert Into a New Drawing
This one’s underrated.
Start a new drawing with the correct units. Then use INSERT (or even better, ADCENTER) to bring in the old drawing as a block.
If INSUNITS is set correctly in both files, AutoCAD will scale it automatically during insertion.
It’s cleaner. Especially when you don’t trust the original file.
A Quick Reality Check
No matter which method you use, always verify after converting.
Measure something. Add a dimension. Zoom into details. Check blocks.
Because unit conversion isn’t just about geometry. It affects everything attached to it.
And once you’ve scaled things incorrectly, fixing it later gets… annoying fast.
The Mistakes That Ruin Everything
This is the part no one talks about until it happens to them.
Switching units isn’t that hard. Cleaning up after a bad conversion? That’s where your day disappears.
The most common one I see is double scaling.
Someone scales a drawing from mm to inches. Then later, not realizing it’s already been converted, they scale it again. Now everything is off by 25.4… twice. At that point, even figuring out what went wrong becomes a puzzle.
Then there are blocks.
Blocks don’t always behave nicely during unit changes. Especially if they were created in a different unit system or inserted with different INSUNITS settings. You scale the main drawing, but some blocks look slightly off. Not obviously broken. Just enough to mess things up in production.
Xrefs are even trickier.
If your external references were created in different units, AutoCAD tries to compensate using INSUNITS. Sometimes it works. Sometimes it doesn’t. I’ve seen Xrefs come in perfectly scaled in one file, then completely off in another with the exact same settings.
And then come dimensions and annotations.
You scale your geometry, but your dimensions might not follow the way you expect. Text sizes look weird. Arrowheads feel too big or too small. Annotative objects can either save you or confuse you even more, depending on how they were set up.
Layouts can also get messy.
Viewports don’t always play nicely after scaling. What used to be a clean 1:10 view might suddenly need adjustment. Not a huge issue, but it adds friction.
The honest truth?
Almost everyone messes this up at least once. Usually early on. Sometimes later, when you’re rushing and assume things are fine.
The trick isn’t avoiding mistakes completely. It’s knowing where they usually happen so you can catch them before they stack up.
Templates and Team Workflows (The Real Fix)
If you only take one thing from this whole topic, let it be this.
Most unit problems don’t start during conversion. They start at the very beginning.
Wrong template. Wrong assumptions. Then everything builds on top of that.
A good template file (.dwt) quietly solves a lot of this.
You set your units once. You define text styles, dimension styles, scales. You save it. Then every new drawing starts from a known, stable setup.
No guessing. No “I think this is in mm.”
In my experience, teams that use proper templates run into way fewer unit issues. Not zero, but close.
The key is consistency.
If your team works in millimeters, every template should reflect that. Same for inches. Mixing templates is where things start slipping. Someone grabs an old file, copies elements into a new one, and suddenly you’ve got a hybrid drawing that no one fully understands.
Naming helps more than people think.
Something as simple as:
project_name_mm.dwg
project_name_in.dwg
It sounds basic, but when files are flying around between people, that small detail can prevent a lot of confusion.
And then there’s communication.
Before starting a project, just ask: “What units are we using?” Takes five seconds. Saves hours later.
I’ve also noticed something else. Teams that try to “fix” units mid-project usually regret it. Unless there’s a very strong reason, it’s often safer to stick with what you started and manage conversions at export or handoff.
Not ideal. But practical.
Because once a project grows with Xrefs, layouts, and multiple contributors, changing units isn’t just a technical step anymore. It’s a risk.
Working with Heavy Files and Conversions
Unit issues get a lot more annoying once your drawings stop being “light.”
A simple part file? Easy. You scale it, check a few dimensions, move on.
A 200 MB project with Xrefs, detailed blocks, layouts, and annotations? Different story.
Scaling a large drawing takes time. Sometimes more than you expect. You might see lag, delayed updates, or even temporary glitches where things don’t look right until AutoCAD catches up. Not exactly confidence-inspiring when you’re already worried about breaking something.
And it’s not just the scaling itself.
Every change ripples through the file:
-
Blocks need to regenerate
-
Xrefs need to resync
-
Viewports need adjustments
-
Annotations might need cleanup
If your machine is already struggling with large CAD files, this is where it really shows. Commands take longer. Zooming feels heavy. Even simple checks start slowing you down.
I’ve had moments where I avoided converting a file just because I knew it would turn into a performance headache.
That’s also why a lot of teams delay unit fixes until the very end. Not because it’s the best approach, but because it’s the least disruptive during active work.
The bigger the file, the more careful you need to be.
And honestly, the more your hardware starts to matter.
Making This Easier with Vagon Cloud Computer
At some point, this stops being just a units issue. It turns into a workflow problem.
You’re working with large drawings, switching between mm and inches, checking dimensions over and over, dealing with Xrefs, layouts, blocks… and all of it depends on how smoothly your system can handle the file.
If your machine struggles, you feel it immediately.
Scaling takes longer. Zooming lags. Regenerations slow everything down. And when that happens, you start second-guessing your work or putting off conversions because it’s just not a smooth process.
That’s exactly where Vagon Cloud Computer comes in.
Instead of relying on your local hardware, you’re running AutoCAD on a powerful cloud machine. So even heavy drawings open quickly, scaling operations feel responsive, and navigating complex files doesn’t turn into a waiting game.
And this matters a lot more during unit conversions than people expect.
Because converting units isn’t a one-click action. You’re constantly checking things. Measuring. Adjusting. Verifying blocks and annotations. The smoother that process is, the more confident you are that everything is actually correct.
There’s also the collaboration side.
When different people are working on the same file, especially across different unit systems, inconsistencies creep in easily. One person’s setup behaves slightly differently from another’s, and suddenly you’re chasing small but important discrepancies.
With Vagon, you can work in a consistent environment. Same performance, same setup, fewer surprises.
It doesn’t replace good practices. You still need to understand units and conversions. But it removes a lot of the friction that makes these tasks harder than they should be.
And honestly, that’s what makes the biggest difference in day-to-day work.
Final Thoughts
Units sound simple. Until they’re not.
It’s just millimeters and inches. Basic stuff. But somehow, this is still one of the most common ways drawings go wrong. Not because people don’t know better, but because AutoCAD doesn’t really protect you from it.
It trusts you. Maybe a little too much.
If there’s one mindset shift that helps, it’s this: Don’t assume anything about a drawing’s units. Always check.
Takes less than a minute. Saves hours of cleanup.
I’ve gotten into the habit of verifying units almost automatically now. Open a file, check INSUNITS, measure something real, move on. It becomes second nature after you’ve been burned once or twice.
And you probably will be. Everyone is.
The good news is, once you understand how AutoCAD handles units and how to convert them properly, this stops being a recurring problem. It becomes something you catch early and fix quickly.
No drama. No surprises.
Just one less thing to worry about when you’ve already got enough on your plate.
FAQs
1. Why doesn’t changing units in AutoCAD actually convert my drawing?
Because AutoCAD doesn’t store real-world units with geometry. When you change settings in the UNITS dialog, you’re only changing how values are displayed, not the size of objects. To actually convert, you need to scale the geometry.
2. What is the fastest way to convert mm to inches (or vice versa)?
Use the SCALE command. If you’re converting from millimeters to inches, scale by 0.03937. If you’re going from inches to millimeters, scale by 25.4. It’s simple and, in most cases, the most reliable method.
3. Is DWGUNITS safe to use?
It can be, especially for simpler drawings. But for more complex files with blocks and Xrefs, it doesn’t always behave the way you expect. If the drawing is important, manual scaling tends to be the safer option.
4. How do I know if my drawing is in mm or inches?
Start by checking INSUNITS. Then measure something with a known size. If a standard door reads around 900 units, you’re likely in millimeters. If it’s closer to 36, you’re probably in inches.
5. What happens to dimensions when I scale a drawing?
Dimensions usually follow the geometry, but their appearance can change. Text sizes, arrowheads, and scaling might look off, especially if annotative settings aren’t configured properly. It’s always worth reviewing them after conversion.
6. Can I avoid unit problems completely?
Not entirely. But you can reduce them a lot by using consistent templates, checking units before starting, and verifying drawings before sharing. Most issues come from assumptions rather than lack of knowledge.
7. Should I convert units in the middle of a project?
Only if you really have to. It introduces risk, especially in larger or more complex drawings. In many cases, it’s safer to continue in the original unit system and handle conversion at export.
8. Do units affect performance in AutoCAD?
Not directly, but large drawings combined with scaling operations can slow things down, especially on weaker machines. That’s where better hardware or cloud-based setups can make a noticeable difference.
9. Why do my Xrefs scale incorrectly?
This usually comes down to mismatched INSUNITS settings between files. AutoCAD tries to adjust automatically, but it doesn’t always get it right. Keeping those settings aligned helps avoid unexpected scaling issues.
Get Beyond Your Computer Performance
Run applications on your cloud computer with the latest generation hardware. No more crashes or lags.
Continue Reading
AutoCAD Basics: The Complete Beginner Guide
You open AutoCAD… and immediately feel lost. A huge blank canvas. Toolbars everywhere. And that command li...
AutoCAD File Version Compatibility Explained
You send a drawing to someone. A few minutes later, you get a message back: “I can’t open your file.” Or w...
autocad first try
adeneene
AutoCAD Interface Tour: Status Bar, Ribbon, Command Line
I still remember opening AutoCAD for the first time and thinking, “Why is there so much stuff on the scree...