When alternating current (AC) flows through a conductor, it does not distribute evenly across the cross-section. Instead, the current density is highest at the surface and decays exponentially toward the core. This phenomenon is the skin effect. To determine how deep the current actually penetrates, we use the skin depth formula. The skin depth ($\delta$) is defined as the distance from the conductor's surface where the current density falls to $1/e$ (approximately 37%) of its surface value.
Whether you are sizing a 400A aluminum feeder for a subpanel or routing a 50-ohm RF trace for an ESP32-WROOM antenna, calculating $\delta$ tells you exactly how much of your conductor's cross-sectional area is actually carrying current. Below is the core skin effect calculator formula, followed by reference data, rearranged forms, and fully worked bench examples.
The Skin Depth Formula & Symbol Definitions
The fundamental equation for calculating skin depth in a good conductor is:
$$ \delta = \sqrt{\frac{\rho}{\pi \cdot f \cdot \mu_r \cdot \mu_0}} $$
Every variable in this skin effect calculator must be expressed in standard SI units to yield a valid result. The table below defines each symbol, its physical meaning, and the strict SI unit required for the math to hold.
| Symbol | Parameter | Definition | Required SI Unit |
|---|---|---|---|
| $\delta$ | Skin Depth | Penetration depth where current density drops to 37% | Meters (m) |
| $\rho$ | Resistivity | Intrinsic opposition to current flow of the specific material | Ohm-meters ($\Omega \cdot m$) |
| $f$ | Frequency | Cycles per second of the AC waveform | Hertz (Hz) |
| $\mu_r$ | Relative Permeability | Material's magnetic response relative to a vacuum (dimensionless) | Unitless (1 for vacuum/air/copper) |
| $\mu_0$ | Vacuum Permeability | Magnetic constant of free space ($4\pi \times 10^{-7}$) | Henries per meter (H/m) |
| $\pi$ | Pi | Mathematical constant ($\approx 3.14159$) | Unitless |
Reference Data: Skin Depth Across Materials and Frequencies
Before running your own calculations, it is useful to anchor your expectations with real-world values. The skin effect calculator yields drastically different results depending on whether you are dealing with 60 Hz mains power or 2.4 GHz Wi-Fi signals. The data-dense table below provides pre-calculated skin depths for common electrical materials at standard frequencies, assuming an ambient temperature of 20°C.
| Material | Frequency ($f$) | Resistivity ($\rho$) at 20°C | Rel. Permeability ($\mu_r$) | Calculated Skin Depth ($\delta$) |
|---|---|---|---|---|
| Annealed Copper | 60 Hz | $1.68 \times 10^{-8} \, \Omega \cdot m$ | 1.0 | 8.42 mm |
| Annealed Copper | 1 kHz | $1.68 \times 10^{-8} \, \Omega \cdot m$ | 1.0 | 2.06 mm |
| Annealed Copper | 10 kHz | $1.68 \times 10^{-8} \, \Omega \cdot m$ | 1.0 | 0.65 mm |
| Annealed Copper | 1 MHz | $1.68 \times 10^{-8} \, \Omega \cdot m$ | 1.0 | 66.0 $\mu m$ |
| Aluminum (1350) | 60 Hz | $2.82 \times 10^{-8} \, \Omega \cdot m$ | 1.0 | 10.9 mm |
| Carbon Steel (1018) | 60 Hz | $1.50 \times 10^{-7} \, \Omega \cdot m$ | ~100 (varies) | ~2.0 mm |
| Gold (Pure) | 2.4 GHz | $2.44 \times 10^{-8} \, \Omega \cdot m$ | 1.0 | 1.61 $\mu m$ |
Source data for resistivity and permeability aligns with standard reference tables provided by HyperPhysics (Georgia State University) and All About Circuits.
Rearranged Forms of the Skin Effect Equation
On the bench or in the field, you rarely just solve for $\delta$. Often, you know your conductor's physical dimensions and need to find the frequency at which the skin effect becomes problematic, or you are trying to identify an unknown alloy based on its high-frequency resistance. Here are the algebraically rearranged forms of the skin effect calculator formula, solving for each primary variable:
- Solving for Frequency ($f$):
$$ f = \frac{\rho}{\pi \cdot \delta^2 \cdot \mu_r \cdot \mu_0} $$
Use case: Determining the cutoff frequency where a solid wire's AC resistance begins to exceed its DC resistance. - Solving for Resistivity ($\rho$):
$$ \rho = \delta^2 \cdot \pi \cdot f \cdot \mu_r \cdot \mu_0 $$
Use case: Verifying the purity of a copper batch by measuring skin depth at a known RF frequency. - Solving for Relative Permeability ($\mu_r$):
$$ \mu_r = \frac{\rho}{\pi \cdot f \cdot \delta^2 \cdot \mu_0} $$
Use case: Characterizing the magnetic properties of a ferromagnetic shielding alloy.
Worked Examples: Calculating Skin Depth with Unit Tracking
Abstract formulas are useless if you drop a decimal. Below are two real-world scenarios—a 60 Hz jobsite feeder and a 2.4 GHz PCB trace—solved with strict unit tracking.
Problem 1: Sizing a 60 Hz Copper Mains Feeder
Scenario: You are pulling 4/0 AWG THHN copper wire for a 200A residential service. You need to verify if the skin effect at 60 Hz will significantly reduce the ampacity of the wire (which has a diameter of roughly 11.7 mm).
- Identify the knowns in SI units:
$\rho_{copper} = 1.68 \times 10^{-8} \, \Omega \cdot m$
$f = 60 \, \text{Hz}$
$\mu_r = 1.0$ (copper is non-magnetic)
$\mu_0 = 4\pi \times 10^{-7} \, \text{H/m} \approx 1.2566 \times 10^{-6} \, \text{H/m}$ - Calculate the denominator ($\pi \cdot f \cdot \mu_r \cdot \mu_0$):
$\text{Denom} = 3.14159 \times 60 \, \text{Hz} \times 1.0 \times (1.2566 \times 10^{-6} \, \text{H/m})$
$\text{Denom} = 2.3687 \times 10^{-4} \, \Omega/\text{m}^2$ (Note: $\text{Hz} \cdot \text{H/m}$ simplifies to $\Omega/\text{m}^2$) - Divide resistivity by the denominator:
$\frac{1.68 \times 10^{-8} \, \Omega \cdot m}{2.3687 \times 10^{-4} \, \Omega/\text{m}^2} = 7.092 \times 10^{-5} \, \text{m}^2$ - Take the square root to find $\delta$:
$\delta = \sqrt{7.092 \times 10^{-5} \, \text{m}^2} = 0.00842 \, \text{m}$ - Convert to practical units:
$\delta = 8.42 \, \text{mm}$
Practical Takeaway: The skin depth is 8.42 mm. The radius of 4/0 AWG wire is roughly 5.85 mm. Because the radius is less than the skin depth, the entire cross-section of the wire is utilized. The skin effect is negligible for standard 60 Hz residential wiring up to roughly 250 kcmil.
Problem 2: ESP32 PCB Trace at 2.4 GHz Wi-Fi
Scenario: You are designing a custom PCB for an ESP32-WROOM-32 module. The 50-ohm RF trace connecting the antenna pad to a U.FL connector is made of 1 oz copper (thickness $\approx 35 \, \mu m$). Does the current flow through the whole trace thickness at 2.4 GHz?
- Identify the knowns in SI units:
$\rho_{copper} = 1.68 \times 10^{-8} \, \Omega \cdot m$
$f = 2.4 \times 10^9 \, \text{Hz}$ (2.4 GHz)
$\mu_r = 1.0$
$\mu_0 = 1.2566 \times 10^{-6} \, \text{H/m}$ - Calculate the denominator:
$\text{Denom} = 3.14159 \times (2.4 \times 10^9) \times 1.0 \times (1.2566 \times 10^{-6})$
$\text{Denom} = 9474.8 \, \Omega/\text{m}^2$ - Divide resistivity by the denominator:
$\frac{1.68 \times 10^{-8}}{9474.8} = 1.773 \times 10^{-12} \, \text{m}^2$ - Take the square root to find $\delta$:
$\delta = \sqrt{1.773 \times 10^{-12} \, \text{m}^2} = 1.33 \times 10^{-6} \, \text{m}$ - Convert to practical units:
$\delta = 1.33 \, \mu m$
Practical Takeaway: The skin depth is only 1.33 $\mu m$. Your 1 oz copper trace is 35 $\mu m$ thick. The current is entirely confined to the outer 1.33 $\mu m$ of the trace. This is why RF engineers often specify immersion silver or gold plating on high-frequency PCBs; the current only "sees" the surface chemistry of the conductor.
Assumptions, Limitations, and Common Unit Traps
The skin effect calculator formula is elegant, but it will output garbage if you violate its underlying physics or mess up the unit conversions. Keep these constraints in mind when applying the math.
When the Formula Applies (and When It Doesn't)
This specific derivation of $\delta$ assumes the material is a good conductor. In electromagnetic theory, this means the conduction current density ($\sigma E$) must be vastly greater than the displacement current density ($\omega \epsilon E$). Mathematically, $\sigma \gg \omega \epsilon$. This holds true for copper, aluminum, and steel at all standard electrical frequencies. However, if you attempt to use this exact formula for semiconductors, saltwater, or biological tissue at high frequencies, the displacement current becomes significant, and you must use the full, complex Maxwell-derived propagation constant instead.
Unit Mistakes That Break the Math
When your calculator spits out a number that is off by a factor of 10,000, you likely fell into one of these traps:
- The Conductivity Trap: Datasheets often list conductivity ($\sigma$) in Siemens per meter (S/m) or % IACS. The formula requires resistivity ($\rho$). You must invert it: $\rho = 1 / \sigma$. Forgetting to invert $\sigma$ will yield a physically impossible skin depth.
- The $\mu_0$ Omission: Many hobbyists plug in $\mu_r = 1$ for copper and forget to multiply by the vacuum permeability constant ($\mu_0 = 4\pi \times 10^{-7}$). If you omit $\mu_0$, your denominator shrinks by a factor of a million, and your calculated skin depth will be off by a factor of 1,000.
- CGS vs. SI Units: Older physics texts sometimes use the CGS (centimeter-gram-second) system, listing resistivity in $\Omega \cdot \text{cm}$. You must convert this to $\Omega \cdot m$ by multiplying by $10^{-2}$ before plugging it into the SI formula.
What a Realistic Answer Magnitude Looks Like
To build intuition, memorize these baseline magnitudes for copper. If your calculator outputs something wildly different, check your inputs:
- Mains Power (50/60 Hz): Skin depth is measured in millimeters (~8.5 mm). This is why low-frequency high-current applications use solid, thick busbars or parallel rectangular conductors.
- Audio & Switching Power Supplies (10 kHz - 100 kHz): Skin depth drops to the fractional millimeter range (~0.2 mm to 0.6 mm). This is the exact frequency range where winding transformers with solid wire causes massive eddy current losses, forcing the use of multi-strand Litz wire.
- RF & Microwave (1 GHz - 5 GHz): Skin depth is measured in micrometers (~1 $\mu m$ to 2 $\mu m$). At these frequencies, the surface roughness of the copper itself (which can be 2-5 $\mu m$ on standard FR4 PCBs) actually increases the effective resistance of the trace because the current is forced to navigate the microscopic "hills and valleys" of the metal surface.
By mastering the skin effect calculator formula and respecting its unit requirements, you can accurately predict AC resistance, optimize transformer windings, and design reliable high-frequency RF layouts without relying on guesswork.






