## What Are Significant Digits?
**Significant digits** (also called _significant figures_ or _sig figs_) are the digits in a number that carry meaning about its precision. They include all known digits plus one **estimated** or **uncertain** digit. In electrical testing and measurement, this concept is essential for understanding how **precise** and **reliable** a value is.
### Why Do Significant Digits Matter?
In the electrical field, your test equipment may display more digits than are actually meaningful. For example, a digital multimeter (DMM) might show:
```
13.6789 V
```
But if the meter only guarantees **3 significant digits of accuracy**, only the first three digits are considered reliable:
```
13.7 V (rounded properly)
```
Using the correct number of significant digits ensures:
- You don’t overstate the precision of your measurements
- Your calculations stay consistent with the accuracy of your tools
- Your reports and test data are technically credible
### Key Insight: Precision ≠ Just More Digits
More digits doesn’t always mean more **precision**.
For example:
- $12.00$ has **4 significant digits**
- $12.0000$ may look more precise but only matters if your instrument can truly detect that many decimal places
The number of significant digits reflects **how much you know**, not just how much you write.
### Real-World Examples
|Value Reported|Significant Digits|Meaning|
|---|---|---|
|4.7 V|2|Approximate voltage, tenths known|
|0.00320 A|3|Three meaningful digits, leading zeros not counted|
|5000 Ω|1 (or more)|Ambiguous unless written with a decimal or in scientific notation|
|5.00 kW|3|Measured to the nearest 0.01 kW, shows high precision|
|6.0 × 10⁴|2|Scientific notation preserves clear digit count|
### Field Example: Reporting Test Results
You perform insulation resistance testing and get the following reading:
```
16890.421 MΩ
```
If your insulation tester only provides **±1% accuracy with 4 significant digits**, you should report:
```
1.689 × 10⁴ MΩ (4 sig figs)
```
Rounding beyond the instrument’s accuracy misleads whoever reads the report and may cause incorrect decisions.
### Summary
- Significant digits reflect how precisely a number is known or measured
- Only report digits that your tools can support
- Use significant digits to guide rounding, error reporting, and communication in fieldwork