The unit for electromagnetic field depends on the specific component being measured: Volts per meter (V/m) for the electric field, and Tesla (T) or Amperes per meter (A/m) for the magnetic field. An electromagnetic field is a physical field produced by electrically charged objects that affects the behavior of other charged objects in its vicinity. Whether you are routing high-speed traces on a PCB, sizing shielding for a switching power supply, or measuring stray flux from a transformer, knowing exactly which unit applies—and what it physically represents—is the difference between a clean design and an EMI nightmare.

The Core Units: Volts per Meter, Tesla, and Amperes per Meter

Electromagnetic fields (EMF) are vector fields consisting of two orthogonal components. The electric field (E-field) is generated by voltage differences, while the magnetic field (B-field or H-field) is generated by current flow. To measure them accurately, you must select the correct unit for the specific physical phenomenon you are targeting.

According to the National Institute of Standards and Technology (NIST), the SI system defines strict base units for these measurements. However, in practical electrical engineering and bench work, you will frequently encounter CGS (centimeter-gram-second) legacy units like Gauss and Oersted, especially when dealing with magnetics and older datasheets.

Unit Name Symbol Measures System Typical Real-World Benchmark
Volts per meter V/m Electric Field Strength (E) SI ~100 V/m near a 120V AC lamp cord
Tesla T Magnetic Flux Density (B) SI 1.2 T (saturation point of standard silicon steel transformer cores)
Gauss G Magnetic Flux Density (B) CGS 0.5 G (Earth's ambient magnetic field at the surface)
Amperes per meter A/m Magnetic Field Strength (H) SI 80 A/m (coercivity threshold for hard drive degaussing)
Oersted Oe Magnetic Field Strength (H) CGS 1 Oe (magnetizing force of 1 A/m in a vacuum, roughly)
Key Conversion: 1 Tesla = 10,000 Gauss. When reading Hall effect sensor datasheets (like the Allegro A1324), outputs are typically rated in mV/G (millivolts per Gauss), requiring you to scale up by 10,000 to match SI Tesla calculations.

Worked Example: Calculating Magnetic Flux Density from a Busbar

Let's calculate the actual magnetic flux density (B) generated by a DC busbar on a custom motor controller to determine if it will interfere with a nearby unshielded Hall effect current sensor.

The Scenario: You have a straight copper busbar carrying a continuous 20 A DC current. Your analog current sensor is mounted 10 cm (0.1 m) away from the center of the busbar. What is the magnetic flux density at the sensor's location?

The Formula: For a long straight conductor, Ampere's Law gives us the magnetic flux density in a vacuum (or air, which is effectively the same):

B = (μ₀ × I) / (2 × π × r)

The Constants and Variables:

  • μ₀ (Permeability of free space) = 4π × 10⁻⁷ T·m/A
  • I (Current) = 20 A
  • r (Distance) = 0.1 m

The Calculation:

  1. B = (4π × 10⁻⁷ × 20) / (2 × π × 0.1)
  2. The π terms cancel out: B = (4 × 10⁻⁷ × 20) / (2 × 0.1)
  3. B = (80 × 10⁻⁷) / 0.2
  4. B = 400 × 10⁻⁷ Tesla
  5. B = 4 × 10⁻⁵ Tesla
Result: The magnetic flux density at the sensor is 40 μT (microtesla), which is equivalent to 400 mG (milligauss). While this won't saturate a core, a 40 μT stray field is more than enough to inject significant offset error into a high-gain analog Hall sensor, necessitating either physical distancing, mu-metal shielding, or a differential sensor topology.

Where You Meet Electromagnetic Field Units in Practice

Understanding these units is not just an academic exercise; it dictates physical layout, material selection, and safety compliance in real-world installations and circuit design.

1. PCB Routing and High-Frequency E-Fields

When designing a buck converter switching at 500 kHz, the SW (switch) node acts as an antenna. The electric field (measured in V/m) radiating from this node can couple into adjacent high-impedance feedback traces via parasitic capacitance. To minimize the V/m field intensity, you must minimize the physical surface area of the SW node copper pour, keeping it just large enough to handle the current density without excessive heating.

2. Transformer Core Saturation

When winding custom flyback transformers or selecting off-the-shelf inductors, the core material's saturation flux density (measured in Tesla) is your hard limit. Standard ferrite materials (like TDK PC44) saturate around 0.35 T to 0.40 T at 100°C. If your volt-second product pushes the B-field past this threshold, the core loses its permeability, inductance collapses to the air-core value, and your switching MOSFET will likely explode from the resulting current spike.

3. Mains Wiring and Human Exposure Limits

For residential and commercial electricians, managing low-frequency (50/60 Hz) magnetic fields is critical near high-current feeders. The International Commission on Non-Ionizing Radiation Protection (ICNIRP) sets public exposure limits for 60 Hz magnetic fields at roughly 200 μT. By routing the line and neutral conductors tightly together in the same conduit, their opposing magnetic fields (measured in A/m and resulting in μT) effectively cancel each other out at a distance, keeping ambient room readings well below 1 μT.

Common Confusions: Field vs. Force and B vs. H

Even experienced engineers trip over terminology when discussing electromagnetic theory. Here are the two most common points of confusion.

EMF: Electromagnetic Field vs. Electromotive Force

In physics and electrical trades, "EMF" is a heavily overloaded acronym.
Electromagnetic Field refers to the spatial radiation of E and B fields (measured in V/m and Tesla).
Electromotive Force refers to the voltage generated by a battery or a changing magnetic flux (measured in Volts). When a datasheet mentions "Back-EMF" in a motor, it is talking about voltage (Volts), not a radiating spatial field.

B-Field (Tesla) vs. H-Field (A/m)

People frequently confuse Magnetic Flux Density (B) with Magnetic Field Strength (H).
H (A/m) is the magnetizing force you apply—it depends only on the current and the geometry of the coil.
B (Tesla) is the actual resulting magnetic flux inside the material.
The link between them is permeability (μ): B = μ × H. If you wrap a coil around an air core and push 10 A/m through it, you get a tiny B-field. If you wrap that same coil around a high-permeability mu-metal core and push 10 A/m through it, the B-field (Tesla) will be thousands of times higher. Always check whether a magnetics datasheet is specifying the applied H-field or the resulting B-field.

Frequently Asked Questions

What does an electromagnetic field actually change in a real circuit?

A time-varying electromagnetic field induces unwanted voltages and currents in nearby conductors. In a real circuit, this manifests as crosstalk between adjacent traces, common-mode noise on data lines, ground loops, and in severe cases, the false triggering of logic gates or the thermal destruction of semiconductors due to rectified RF interference.

Should I use Gauss or Tesla when buying a hobbyist magnetometer?

For hobbyist robotics and Arduino projects, Gauss (and milligauss) is generally more practical. The Earth's magnetic field is about 0.5 Gauss, which is a readable, manageable number. In Tesla, that same field is 0.00005 T, which requires dealing with cumbersome micro-prefixes. However, if you are designing motors or working with strong neodymium magnets (which often exceed 1.0 T), stick to Tesla.