<p class="lead"><strong>Fault loop impedance (Zs)</strong> is the total impedance of the path that fault current flows through when an earth fault occurs in an electrical installation. It determines how much fault current will flow and, critically, whether protective devices will operate fast enough to prevent electric shock.</p>
<p>In simple terms: <em>the lower the fault loop impedance, the higher the fault current, and the faster your circuit breaker or fuse will trip.</em></p>
<h2>The Fault Loop Path</h2>
<p>When an earth fault occurs, current flows through a complete circuit:</p>
<ol>
<li><strong>Supply transformer secondary winding</strong></li>
<li><strong>Active conductor</strong> from the supply to the fault point</li>
<li><strong>Fault itself</strong> (usually negligible impedance)</li>
<li><strong>Earth return path</strong> back to the supply transformer</li>
</ol>
<p>The total impedance of this path is expressed as:</p>
<pre><code>Zs = Ze + R1 + R2</code></pre>
<p>Where:</p>
<ul>
<li><strong>Ze</strong> = External earth fault loop impedance (supply side)</li>
<li><strong>R1</strong> = Resistance of the active conductor</li>
<li><strong>R2</strong> = Resistance of the earth conductor (or combined protective earth and neutral in TN-C-S systems)</li>
</ul>
<h2>Why is Fault Loop Impedance Important?</h2>
<p>Fault loop impedance directly affects electrical safety in three critical ways:</p>
<h3>1. Protective Device Disconnection Time</h3>
<p>AS/NZS 3000:2018 requires protective devices to disconnect within:</p>
<ul>
<li><strong>0.4 seconds</strong> for final subcircuits up to 32A</li>
<li><strong>5 seconds</strong> for distribution circuits and circuits over 32A</li>
</ul>
<p>If Zs is too high, fault current will be too low to trip the protective device within these times.</p>
<h3>2. Touch Voltage Limitation</h3>
<p>During a fault, exposed metalwork becomes live. The fault must be cleared before the touch voltage causes ventricular fibrillation. Lower Zs means faster disconnection and reduced shock risk.</p>
<h3>3. Cable and Equipment Protection</h3>
<p>Excessive fault duration can cause cables to overheat and insulation to degrade. Proper Zs ensures faults are cleared before thermal damage occurs.</p>
<h2>How to Calculate Fault Loop Impedance</h2>
<h3>Method 1: Using Cable Resistance Tables</h3>
<p>The most common method uses tabulated values from AS/NZS 3008.1.1.</p>
<p><strong>Formula:</strong></p>
<pre><code>Zs = Ze + (R1 + R2) × L × Ct</code></pre>
<p>Where:</p>
<ul>
<li><strong>Ze</strong> = External impedance (typically 0.35Ω for TN systems in Australia)</li>
<li><strong>R1 + R2</strong> = Combined resistance per metre from tables (mΩ/m)</li>
<li><strong>L</strong> = Cable length in metres</li>
<li><strong>Ct</strong> = Temperature correction factor (typically 1.2 for conductors at operating temperature)</li>
</ul>
<h3>Method 2: Direct Measurement</h3>
<p>Using a loop impedance tester:</p>
<ol>
<li>Connect the tester to the circuit</li>
<li>The instrument injects a test current and measures voltage drop</li>
<li>Zs is calculated automatically using Ohm's law</li>
</ol>
<h2>Worked Example: Calculating Zs for a Socket Outlet Circuit</h2>
<p><strong>Scenario:</strong> Calculate the fault loop impedance for a 20A socket outlet circuit with the following parameters:</p>
<table>
<thead>
<tr>
<th>Parameter</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>Supply system</td>
<td>TN-C-S</td>
</tr>
<tr>
<td>External impedance (Ze)</td>
<td>0.35Ω</td>
</tr>
<tr>
<td>Cable type</td>
<td>2.5mm² twin + earth (1.5mm² earth)</td>
</tr>
<tr>
<td>Cable length</td>
<td>28 metres</td>
</tr>
<tr>
<td>Protective device</td>
<td>20A Type B MCB</td>
</tr>
</tbody>
</table>
<p><strong>Step 1: Find R1 + R2 from tables</strong></p>
<p>From AS/NZS 3008.1.1, for 2.5mm² active and 1.5mm² earth at 20°C:</p>
<ul>
<li>R1 (2.5mm²) = 7.41 mΩ/m</li>
<li>R2 (1.5mm²) = 12.1 mΩ/m</li>
<li>R1 + R2 = 19.51 mΩ/m = 0.01951 Ω/m</li>
</ul>
<p><strong>Step 2: Apply temperature correction</strong></p>
<p>At operating temperature (70°C), apply correction factor of 1.2:</p>
<pre><code>(R1 + R2) corrected = 0.01951 × 1.2 = 0.02341 Ω/m</code></pre>
<p><strong>Step 3: Calculate total circuit impedance</strong></p>
<pre><code>Circuit impedance = 0.02341 × 28 = 0.655Ω</code></pre>
<p><strong>Step 4: Calculate Zs</strong></p>
<pre><code>Zs = Ze + circuit impedance
Zs = 0.35 + 0.655 = 1.005Ω</code></pre>
<p><strong>Step 5: Verify against maximum Zs</strong></p>
<p>For a 20A Type B MCB requiring 0.4s disconnection:</p>
<ul>
<li>Minimum fault current required = 5 × In = 5 × 20 = 100A</li>
<li>Maximum Zs = 230V ÷ 100A = 2.3Ω</li>
</ul>
<p><strong>Result:</strong> Zs of 1.005Ω is well below the maximum of 2.3Ω. ✓</p>
<p><strong>Prospective fault current:</strong></p>
<pre><code>If = Uo ÷ Zs = 230 ÷ 1.005 = 229A</code></pre>
<p>This exceeds the 100A required for instantaneous tripping, ensuring the MCB will operate within 0.4 seconds.</p>
<h2>Maximum Zs Values for Common Protective Devices</h2>
<h3>Type B MCBs (0.4 second disconnection)</h3>
<table>
<thead>
<tr>
<th>Rating (A)</th>
<th>Trip Current (5×In)</th>
<th>Maximum Zs (Ω)</th>
</tr>
</thead>
<tbody>
<tr>
<td>6</td>
<td>30A</td>
<td>7.67</td>
</tr>
<tr>
<td>10</td>
<td>50A</td>
<td>4.60</td>
</tr>
<tr>
<td>16</td>
<td>80A</td>
<td>2.88</td>
</tr>
<tr>
<td>20</td>
<td>100A</td>
<td>2.30</td>
</tr>
<tr>
<td>25</td>
<td>125A</td>
<td>1.84</td>
</tr>
<tr>
<td>32</td>
<td>160A</td>
<td>1.44</td>
</tr>
</tbody>
</table>
<h3>Type C MCBs (0.4 second disconnection)</h3>
<table>
<thead>
<tr>
<th>Rating (A)</th>
<th>Trip Current (10×In)</th>
<th>Maximum Zs (Ω)</th>
</tr>
</thead>
<tbody>
<tr>
<td>6</td>
<td>60A</td>
<td>3.83</td>
</tr>
<tr>
<td>10</td>
<td>100A</td>
<td>2.30</td>
</tr>
<tr>
<td>16</td>
<td>160A</td>
<td>1.44</td>
</tr>
<tr>
<td>20</td>
<td>200A</td>
<td>1.15</td>
</tr>
<tr>
<td>25</td>
<td>250A</td>
<td>0.92</td>
</tr>
<tr>
<td>32</td>
<td>320A</td>
<td>0.72</td>
</tr>
</tbody>
</table>
<h3>RCDs as Fault Protection</h3>
<p>Where Zs values cannot be achieved, an RCD with rating ≤30mA provides fault protection regardless of Zs, as it will trip on earth leakage current rather than relying on high fault current.</p>
<h2>Testing Fault Loop Impedance</h2>
<h3>When to Test</h3>
<ul>
<li>During initial verification of new installations</li>
<li>After alterations or additions</li>
<li>During periodic inspection and testing</li>
<li>When investigating reported issues</li>
</ul>
<h3>Testing Methods</h3>
<p><strong>1. High-Current Loop Testers</strong></p>
<ul>
<li>Inject 10-25A for a few milliseconds</li>
<li>Most accurate method</li>
<li>Can cause RCDs to trip (use RCD bypass or test upstream)</li>
</ul>
<p><strong>2. Low-Current (No-Trip) Testers</strong></p>
<ul>
<li>Use small currents that won't trip RCDs</li>
<li>Slightly less accurate</li>
<li>Suitable for circuits protected by sensitive RCDs</li>
</ul>
<p><strong>3. Calculated Method</strong></p>
<ul>
<li>Measure Ze at origin</li>
<li>Calculate circuit impedance from cable parameters</li>
<li>Add values together</li>
<li>Used when testing isn't practical</li>
</ul>
<h3>Interpreting Results</h3>
<table>
<thead>
<tr>
<th>Result</th>
<th>Interpretation</th>
</tr>
</thead>
<tbody>
<tr>
<td>Zs < 0.8 × Max Zs</td>
<td>Satisfactory with safety margin</td>
</tr>
<tr>
<td>Zs = 0.8-1.0 × Max Zs</td>
<td>Acceptable but monitor</td>
</tr>
<tr>
<td>Zs > Max Zs</td>
<td>Non-compliant - requires remediation</td>
</tr>
</tbody>
</table>
<p>The 0.8 multiplier accounts for measurement uncertainty and temperature variations.</p>
<h2>Common Causes of High Fault Loop Impedance</h2>
<h3>1. Long Cable Runs</h3>
<p>Every metre of cable adds impedance. For long circuits, consider:</p>
<ul>
<li>Increasing conductor size</li>
<li>Using a more sensitive protective device</li>
<li>Installing an RCD for fault protection</li>
</ul>
<h3>2. Undersized Earth Conductors</h3>
<p>The earth conductor is often the limiting factor. Ensure compliance with Table 5.1 of AS/NZS 3000.</p>
<h3>3. Poor Connections</h3>
<p>Loose terminals, corroded joints, and damaged conductors all increase impedance. A single bad connection can double the Zs value.</p>
<h3>4. High External Impedance</h3>
<p>Rural supplies or properties far from transformers may have Ze values exceeding 0.8Ω. Contact the network operator if Ze seems excessive.</p>
<h2>Fault Loop Impedance and Cable Sizing</h2>
<p>When sizing cables, you must verify that the resulting Zs doesn't exceed maximum values. Here's a practical approach:</p>
<h3>Step 1: Size for Current-Carrying Capacity</h3>
<p>Select cable based on circuit current and installation conditions.</p>
<h3>Step 2: Calculate Expected Zs</h3>
<pre><code>Zs = Ze + (R1 + R2) × L × 1.2</code></pre>
<h3>Step 3: Compare with Maximum Zs</h3>
<p>If Zs exceeds the maximum for your protective device, either:</p>
<ul>
<li>Increase cable size (reduces R1)</li>
<li>Increase earth conductor size (reduces R2)</li>
<li>Use a lower-rated or more sensitive protective device</li>
<li>Install an RCD for fault protection</li>
</ul>
<h3>Step 4: Check Voltage Drop</h3>
<p>Ensure the cable also meets voltage drop requirements (typically 5% maximum).</p>
<h2>Fault Loop Impedance in Different Earthing Systems</h2>
<h3>TN-S System</h3>
<ul>
<li>Earth return via separate protective earth conductor</li>
<li>Ze typically 0.35-0.8Ω</li>
<li>Most predictable fault loop performance</li>
</ul>
<h3>TN-C-S System (PME)</h3>
<ul>
<li>Combined neutral/earth on supply side</li>
<li>Ze typically 0.2-0.35Ω</li>
<li>Lower Ze but requires main equipotential bonding</li>
</ul>
<h3>TT System</h3>
<ul>
<li>Earth return via ground electrode</li>
<li>Ze can exceed 20Ω</li>
<li>RCD protection mandatory</li>
<li>Zs calculation less relevant - RCD provides fault protection</li>
</ul>
<h2>Frequently Asked Questions</h2>
<h3>What is a good fault loop impedance value?</h3>
<p>A good Zs value is one that's comfortably below the maximum for your protective device. Aim for less than 80% of the maximum Zs to provide a safety margin. For a typical 20A Type B MCB, this means Zs should ideally be below 1.84Ω.</p>
<h3>How do you reduce fault loop impedance?</h3>
<p>To reduce Zs:</p>
<ol>
<li>Increase the cross-sectional area of the active conductor</li>
<li>Increase the cross-sectional area of the earth conductor</li>
<li>Reduce cable length (if possible)</li>
<li>Improve connection quality</li>
<li>Use a lower-rated protective device</li>
</ol>
<h3>What happens if fault loop impedance is too high?</h3>
<p>If Zs is too high, the fault current will be insufficient to trip the protective device within the required time. This creates a shock hazard as metalwork could remain live for an extended period during a fault.</p>
<h3>Can an RCD solve high Zs problems?</h3>
<p>Yes. An RCD rated at 30mA or less will trip on earth leakage current (as low as 30mA) regardless of the fault loop impedance. This is why RCDs are mandatory in TT systems where Zs is inherently high.</p>
<h3>What is the difference between Ze and Zs?</h3>
<p><strong>Ze</strong> (external earth fault loop impedance) is the impedance of the supply system up to the origin of the installation. <strong>Zs</strong> (total earth fault loop impedance) includes Ze plus the impedance of the circuit conductors within the installation. Zs = Ze + (R1 + R2).</p>
<h3>How often should fault loop impedance be tested?</h3>
<p>AS/NZS 3000 recommends periodic inspection and testing at intervals appropriate to the installation type. For domestic installations, every 5 years is common. Commercial and industrial installations may require more frequent testing based on risk assessment.</p>
<h2>Summary</h2>
<p>Fault loop impedance is a critical parameter for electrical safety. Understanding how to calculate and verify Zs ensures:</p>
<ul>
<li>Protective devices operate within required disconnection times</li>
<li>Touch voltages are limited to safe levels</li>
<li>Compliance with AS/NZS 3000 requirements</li>
<li>Safe electrical installations</li>
</ul>
<p><strong>Key takeaways:</strong></p>
<ol>
<li>Zs must be low enough to ensure adequate fault current</li>
<li>Always verify Zs against maximum values for your protective device</li>
<li>Consider RCD protection where Zs limits cannot be met</li>
<li>Test Zs during initial verification and periodic inspections</li>
<li>Account for temperature correction when calculating expected values</li>
</ol>
<hr>
<h2>Related Tools</h2>
<ul>
<li><a href="/cable-sizing">Cable Size Calculator</a> - Automatically calculates Zs and verifies compliance</li>
<li><a href="/fault-current">Fault Current Calculator</a> - Determine prospective fault current from Zs</li>
<li><a href="/calculators/maximum-demand">Maximum Demand Calculator</a> - Size your electrical installation</li>
</ul>
<hr>
<p><em>This article is based on AS/NZS 3000:2018 Wiring Rules and AS/NZS 3008.1.1 Cable Selection. Always consult current standards and local regulations for your specific application.</em></p>