"Magnet radiation" is a colloquial term for stray alternating magnetic fields and electromagnetic interference (EMI) emitted by inductive components like transformers, motors, and switching inductors, which can couple unwanted noise into nearby circuits. When hobbyists and technicians search for this phrase, they are almost always dealing with near-field magnetic coupling that alters sensor readings, injects ripple into analog traces, or causes a microcontroller to brownout. It fundamentally changes how a circuit behaves by acting as an invisible, parasitic transformer primary that forces induced voltages into adjacent conductors.
What "Magnet Radiation" Actually Is (and What It Isn't)
People commonly confuse this phenomenon with the static pull of a permanent magnet or with ionizing radiation (like X-rays). A static neodymium magnet (e.g., an N52 grade block) produces a constant magnetic field. Because the field is not changing over time, it does not radiate energy or induce voltage in stationary nearby wires. True "magnet radiation" requires an alternating or switching magnetic field.
What people actually mean when they complain about "magnet radiation" on a workbench is stray near-field magnetic flux escaping from poorly shielded inductive components. This escaping flux intersects nearby copper traces, creating localized EMI that can easily corrupt high-impedance analog signals or trigger false logic states.
The Physics of Stray Magnetic Coupling
The mechanism behind this interference is governed by Faraday's Law of Induction, which states that a changing magnetic field will induce an electromotive force (voltage) in a closed loop of wire. The magnitude of this induced noise depends on the rate of change of the magnetic field and the physical area of the "victim" loop.
Let us look at a worked numeric example to see how easily this can ruin a PCB layout. Imagine you have an unshielded 10µH drum-core inductor in a buck converter switching at 500kHz. The inductor carries a 2A peak-to-peak ripple current. At a distance of 10mm from the inductor, the peak stray alternating magnetic flux density ($B$) might reach 5 millitesla (mT).
- Victim Loop Area ($A$): A high-impedance analog sensor trace and its ground return form a loop with an area of 1 cm² ($1 \times 10^{-4} \text{ m}^2$).
- Rate of Change ($dB/dt$): The 500kHz signal swings from 0 to 5mT in half a cycle (1µs). The rate of change is $5 \times 10^{-3} \text{ T} / 10^{-6} \text{ s} =$ 5000 T/s.
- Induced Voltage ($V$): Using $V = A \times (dB/dt)$, we get $1 \times 10^{-4} \times 5000 = \mathbf{0.5 \text{ Volts}}$.
Half a volt of high-frequency noise injected directly into a 3.3V logic line or a 12-bit ADC reference is catastrophic. This is why Texas Instruments' EMI design guides heavily emphasize minimizing loop areas and using shielded magnetics in switch-mode power supplies.
Where You Meet This in Practice
You will encounter stray alternating magnetic fields in almost any power electronics or motor control project. Here are the most common bench and jobsite scenarios:
- Switch-Mode Power Supplies (SMPS): Unshielded inductors in buck, boost, or flyback converters act as antennas, broadcasting switching noise into nearby feedback traces, causing output voltage oscillation.
- Variable Frequency Drives (VFDs) and BLDC Motors: The high $di/dt$ (rate of current change) in the stator windings of brushless motors generates intense low-frequency magnetic fields that can couple into unshielded encoder cables, causing missed steps or position drift.
- Audio Amplifiers: Mains-frequency (50/60Hz) magnetic fields from unshielded toroidal or EI-core transformers induce a low-level hum in high-gain audio preamplifier stages if placed too close to the input jacks.
Real-World Scenario: The Hall Effect Sensor Failure
To understand how this manifests as a system-level failure, let us walk through a real-world troubleshooting scenario involving a solar battery monitor.
The Setup: A maker is building a 48V to 12V, 50A DC-DC converter for an off-grid battery bank. To monitor the output current, they place an Allegro ACS724 Hall-effect current sensor IC on a breakout board exactly 15mm away from the converter's main unshielded toroidal output inductor. The sensor's analog output is fed into an ESP32's ADC pin.
The Numbers: The converter runs at 50A nominal with a 5A ripple at 100kHz. The ACS724 has a sensitivity of 40mV/A and a bandwidth of 80kHz. The physical distance between the inductor core and the Hall sensor's silicon die is 15mm.
The Outcome: The ESP32 serial monitor shows wildly fluctuating current readings (swinging ±4A phantom current) and occasionally triggers the software overcurrent protection relay, shutting down the system under normal loads.
What Went Wrong: The "magnet radiation" (stray AC magnetic flux) from the unshielded inductor was intersecting the Hall sensor. Because the sensor measures total magnetic flux passing through its die, it could not distinguish between the static magnetic field generated by the 50A DC current and the alternating stray field radiating from the inductor. The 100kHz ripple was aliasing and saturating the sensor's internal amplifier.
The Fix: The maker swapped the unshielded toroid for a magnetically shielded drum-core inductor (like the Coilcraft shielded power inductor series), which contains the flux lines within a ferrite sleeve. They also rotated the sensor IC 90 degrees so its sensitive axis was orthogonal to the remaining stray flux lines, dropping the noise floor back to a clean ±0.1A.
Mitigation Strategies for PCB and Wiring Layout
If you are battling stray magnetic coupling on your workbench, follow these numbered steps to isolate the noise at the source and the victim.
- Specify Shielded Magnetics: Always choose shielded inductors (e.g., molded ferrite or enclosed drum cores) for switching regulators. They cost slightly more but confine the magnetic flux internally.
- Minimize Victim Loop Area: Route sensitive analog traces directly over a solid ground plane. The signal trace and its ground return should be as close together as physically possible to minimize the area ($A$) in Faraday's equation.
- Use Orthogonal Placement: If you must place a sensor near an inductor or transformer, rotate the sensor 90 degrees relative to the inductor's primary flux axis. Magnetic coupling drops to near zero when the flux lines run parallel to the victim loop rather than piercing through it.
- Twist High-Current AC Pairs: For wiring harnesses carrying alternating current (like stepper motor phases or AC mains), use twisted-pair wiring. The magnetic fields generated by the outbound and return currents cancel each other out at a distance, as explained in standard electromagnetic induction literature.
Frequently Asked Questions
Can a static neodymium magnet damage my microcontroller?
No. A static magnetic field will not induce voltage in stationary PCB traces or damage silicon. It will only cause issues if it physically pulls on ferromagnetic components (like relay armatures) or saturates a magnetic sensor.
Does copper tape shield against magnet radiation?
No. Copper tape is excellent for shielding against electric fields and high-frequency electromagnetic waves (Faraday cage effect), but it is practically transparent to low-frequency magnetic fields. To shield against low-frequency magnetic flux, you need high-permeability materials like Mu-metal or thick steel.
Why does my audio amp hum when I move my phone near it?
That is not magnet radiation from the phone's static speaker magnet. It is electromagnetic interference (EMI) from the phone's RF transmission (cellular/WiFi) and internal switching regulators demodulating in your amplifier's high-gain input stage.






