When alternating current (AC) flows through a conductor, it does not use the entire cross-section equally. The current crowds toward the surface, a phenomenon known as the skin effect. If you are sizing busbars for a 60Hz inverter or etching 2.4GHz RF traces on a PCB, you need a skin depth calculator to find the effective conduction thickness. For copper at room temperature, a quick rule of thumb is that skin depth ($\delta$) in millimeters is roughly $66 / \sqrt{f}$ (where $f$ is in Hz). But rules of thumb fail when you switch materials, change temperatures, or deal with magnetic cores. To design reliably, you need the exact formula, strict unit tracking, and an understanding of where the math breaks down.
The Core Formula and What Every Symbol Actually Means
The skin depth ($\delta$) is defined as the distance from the surface of the conductor where the current density falls to $1/e$ (approximately 37%) of its value at the surface. The master equation governing this in a solid, homogeneous conductor is:
$$\delta = \sqrt{\frac{\rho}{\pi f \mu_r \mu_0}}$$
Before you plug numbers into a skin depth calculator, you must understand the physical assumptions baked into this derivation. This formula assumes a sinusoidal steady-state AC signal, a homogeneous and isotropic material, and linear magnetic properties (meaning permeability remains constant regardless of magnetic field strength, which is false for saturated ferromagnetics). It also assumes the conductor is much thicker than the skin depth itself.
| Symbol | Parameter | Standard SI Unit | Typical Value / Notes |
|---|---|---|---|
| $\delta$ | Skin Depth | Meters (m) | The target output. Often converted to mm or $\mu$m. |
| $\rho$ | Electrical Resistivity | Ohm-meters ($\Omega\cdot$m) | Copper: $1.68 \times 10^{-8}$ at 20°C. Increases with temperature. |
| $f$ | Frequency | Hertz (Hz) | Mains: 50/60 Hz. Wi-Fi: $2.4 \times 10^9$ Hz. |
| $\mu_r$ | Relative Permeability | Dimensionless | Copper/Gold/Aluminum: $\approx 1$. Steel: 100 to 1000+. |
| $\mu_0$ | Vacuum Permeability | Henries per meter (H/m) | Constant: $4\pi \times 10^{-7} \approx 1.2566 \times 10^{-6}$. |
Rearranged Forms: Solving for Frequency, Resistivity, and Permeability
On the bench, you rarely just solve for $\delta$. Often, you have a physical constraint (like a fixed PCB trace thickness or a specific busbar dimension) and need to find the maximum frequency you can run before the skin effect ruins your efficiency. Here are the algebraic rearrangements of the master formula, solving for each variable:
- Solving for Frequency ($f$): What is the maximum frequency before my 2mm copper wire loses its center?
$f = \frac{\rho}{\pi \delta^2 \mu_r \mu_0}$ - Solving for Resistivity ($\rho$): I need a specific skin depth at 100kHz; what alloy resistivity do I need to source?
$\rho = \pi f \delta^2 \mu_r \mu_0$ - Solving for Relative Permeability ($\mu_r$): I measured the effective AC resistance of this unknown steel wire; what is its magnetic permeability?
$\mu_r = \frac{\rho}{\pi f \delta^2 \mu_0}$
Worked Examples: Unit Tracking and Realistic Magnitudes
Abstract math is useless if you drop a decimal. Let us walk through two solved problems with strict unit tracking to establish what realistic answer magnitudes look like.
Problem 1: 60Hz Mains in a Copper Busbar
Scenario: You are building a 200A battery inverter and using a solid copper busbar. What is the skin depth at 60Hz?
- Identify variables: $\rho = 1.68 \times 10^{-8} \, \Omega\cdot$m, $f = 60$ Hz, $\mu_r = 1$, $\mu_0 = 1.2566 \times 10^{-6}$ H/m.
- Calculate the denominator: $\pi \times 60 \times 1 \times (1.2566 \times 10^{-6}) = 2.368 \times 10^{-4}$.
- Divide resistivity by denominator: $(1.68 \times 10^{-8}) / (2.368 \times 10^{-4}) = 7.094 \times 10^{-5} \, \text{m}^2$.
- Take the square root: $\sqrt{7.094 \times 10^{-5}} = 0.00842$ meters.
- Convert to practical units: $0.00842 \text{ m} = \mathbf{8.42 \text{ mm}}$.
Magnitude Check: At 60Hz, skin depth in copper is roughly 8.5mm. If your busbar is 10mm thick, the center is still conducting, though slightly less than the edges. If it is 25mm thick, the core is essentially dead weight carrying no current.
Problem 2: 2.4GHz Wi-Fi on a Gold-Plated PCB Trace
Scenario: You are designing an ESP32 RF antenna trace plated in gold. What is the skin depth at 2.4GHz?
- Identify variables: $\rho_{\text{gold}} = 2.44 \times 10^{-8} \, \Omega\cdot$m, $f = 2.4 \times 10^9$ Hz, $\mu_r = 1$, $\mu_0 = 1.2566 \times 10^{-6}$ H/m.
- Calculate the denominator: $\pi \times (2.4 \times 10^9) \times 1 \times (1.2566 \times 10^{-6}) = 9496.3$.
- Divide resistivity by denominator: $(2.44 \times 10^{-8}) / 9496.3 = 2.569 \times 10^{-12} \, \text{m}^2$.
- Take the square root: $\sqrt{2.569 \times 10^{-12}} = 1.60 \times 10^{-6}$ meters.
- Convert to practical units: $1.60 \times 10^{-6} \text{ m} = \mathbf{1.60 \, \mu\text{m}}$.
Magnitude Check: At microwave frequencies, skin depth is measured in micrometers. A standard 1 oz copper PCB trace is about 35 $\mu$m thick. At 2.4GHz, the current is flowing only in the top 1.6 $\mu$m of that trace. This is why surface roughness and plating quality matter immensely in RF design; the current never touches the bulk copper beneath the gold.
Bench War Story: When the Skin Depth Calculator Lies to You
Formulas assume you input the correct physical constants. Here is a real-world scenario where ignoring material physics led to a smoking prototype.
The Numbers: By leaving $\mu_r = 1$, the calculator output a skin depth of roughly 0.5 mm. The builder used 14 AWG wire (1.6mm diameter), assuming the current would penetrate well past the center of the wire.
The Outcome: Upon powering the 150 kHz H-bridge, the steel wire glowed cherry red within three seconds and melted the solder joints, while the MOSFETs blew from the massive reactive impedance spike.
What Went Wrong: Steel is ferromagnetic. Its relative permeability ($\mu_r$) is not 1; it is typically between 100 and 400 depending on the exact alloy and magnetic saturation. If we rerun the math with a conservative $\mu_r = 100$, the denominator of the skin depth equation multiplies by 100, and the final skin depth divides by $\sqrt{100} = 10$. The actual skin depth in that steel wire at 150 kHz was 0.05 mm. The current was violently forced into a microscopic outer shell of the wire, causing massive $I^2R$ resistive heating and a drastic drop in the coil's Q-factor. Always verify $\mu_r$ for any metal that a magnet sticks to.
The Unit Mistakes That Will Break Your Math
If your skin depth calculator is spitting out answers that look like planetary distances or subatomic fractions, you have fallen victim to one of these three unit traps. According to Georgia State University's HyperPhysics reference models, dimensional analysis is the only way to catch these before fabrication.
Trap 1: Conductivity ($\sigma$) vs. Resistivity ($\rho$)
Many datasheets list conductivity ($\sigma$) in Siemens per meter (S/m) rather than resistivity. For copper, $\sigma \approx 5.8 \times 10^7$ S/m. If you accidentally plug $5.8 \times 10^7$ into the $\rho$ slot of the formula, your calculated skin depth will be off by roughly 15 orders of magnitude.
The Fix: Resistivity is the inverse of conductivity. Always convert first: $\rho = 1 / \sigma$.
Trap 2: Absolute vs. Relative Permeability
Sometimes a material datasheet lists absolute permeability ($\mu$) in H/m, which already includes the vacuum constant. If you plug $\mu$ into the $\mu_r$ slot and also multiply by $\mu_0$, you are double-counting the vacuum permeability.
The Fix: Check the units. If the value is around $10^{-7}$, it is absolute ($\mu$). If the value is a clean integer like 1, 100, or 2000, it is relative ($\mu_r$).
Trap 3: Angular Frequency ($\omega$) vs. Standard Frequency ($f$)
In advanced RF engineering and textbook derivations, the formula is often written as $\delta = \sqrt{2\rho / \omega\mu}$. Here, $\omega$ is angular frequency in radians per second ($\omega = 2\pi f$). If your calculator expects $f$ in Hertz, but you feed it $\omega$, your answer will be wrong by a factor of $\sqrt{2\pi}$ (about 2.5).
The Fix: Read the calculator's input label. If it says 'Hz', use $f$. If it says 'rad/s', use $\omega$.
Safety & Code Caveat: When using skin depth calculations to size AC busbars or home wiring for high-current, low-frequency applications (like 60Hz mains or 50Hz solar inverters), remember that skin depth only dictates current distribution. It does not override NEC-style ampacity tables, thermal derating, or termination temperature limits (e.g., 75°C column). Furthermore, high-frequency RF currents concentrated in microscopic skin depths can cause severe localized thermal burns; treat high-power RF nodes with the same respect as mains voltage.






