A Neher-McGrath cable ampacity calculator.
Web-based. NEC 2023 cross-references. Validated against the 17 published cases in CIGRE Technical Brochure 880. From Deliverable Labs, makers of Power Sketch Pro.
What v1 calculates.
Steady-state ampacity for the configurations below. Detailed assumptions are on the methodology page; cases not yet covered are on the validation page.
Underground installations.
Single conduits, concrete-encased duct banks up to 12×12, and direct-buried cables. Backfill, native soil, and burial depth are configurable per section.
Single and multi-conductor.
THWN-2, XHHW, USE, RHH/RHW for low voltage; shielded XLPE and EPR constructions for medium voltage, in copper or aluminum. Custom cables can be defined when the library entry doesn't match.
Multi-circuit interaction.
Mutual heating between adjacent circuits via Kennelly's method of images. Solar gain for cables exposed to sun. Site-specific soil resistivity and ambient temperature.
What's in the app.
Six things the app does.
Interactive visual canvas
The duct bank is a drawn object. Drag conduits to add, remove, or rearrange them.
Intermediate values exposed.
The result panel and the report list the full thermal-circuit breakdown — R₁ through R₄, Kennelly mutual terms, skin and proximity loss factors, and conductor temperature at the limiting section — not only the final ampacity number.
{
"ampacity_A": 387.2,
"limiting": "section_a · conduit_4 · 84.0°C",
"thermal_resistances_K_m_W": {
"R1_insulation": 0.412,
"R3_jacket": 0.000,
"R4_earth": 1.847,
"Rmutual_kennelly": 0.612
},
"loss_factors": { "Yc": 0.018, "Yp": 0.011 }
}
Cable manager.
Library of NEC 2023 cable types, indexed by AWG / kcmil and insulation class. Each entry carries conductor and insulation dimensions, jacket, and shield construction. Custom cables can be defined per project or saved to the account library.
Site conditions lookup.
Pin a project location on the map. The app reads SSURGO soil thermal resistivity and 30-year ERA5 ambient design temperatures and writes them into the project file as defaults. Both values are editable; the data sources and timestamps appear in the report.
Thermal resistance stacking
Stack trench layers. And layers of concrete-encased or special thermal backfill layers.
JSON project files.
A project is a single .cablesketch.json document, saved locally. The schema is documented and stable across versions; files open in any text editor. You own your project data.
{
"version": "1.0",
"project": "Bend Substation 13.8 kV Feeder",
"site": { "lat": 44.0786, "lon": -121.2702, "rho_soil": 90, "ambient_C": 32 },
"sections": [ /* … */ ],
"circuits": [ /* … */ ]
}
Other Neher-McGrath calculators.
For reference. CableSketch Pro is one option in this category; here's how the others differ.
| CableSketch Pro | AmpCalc | Cableizer | CYMCAP | ETAP / SKM | |
|---|---|---|---|---|---|
| Calculation method | Neher-McGrath (NEC) | Neher-McGrath | IEC-focused | IEC + FEM | IEC + Neher-McGrath |
| Runs in browser | ✓ (Demo Only) | — | ✓ | — | — |
| Platform | Windows desktop, Mac (coming soon) | Windows desktop | Browser | Windows desktop | Windows desktop |
| U.S. NEC focus | ✓ | ✓ | — | Partial | Partial |
| Pricing tier | $ | $$ | $$ | $$$$ | $$$ |
| Project file portability | JSON · user-owned | Proprietary | Cloud-stored | Proprietary | Proprietary |
Pricing tiers are order-of-magnitude only. Specific numbers and feature sets change; check each vendor directly for a current quote.
A perpetual license, per user.
$2,000 per user. Buy once, run forever. One year of updates and email support included; renew at $400/user/year if you want to stay current after that.
FAQ.
/01 Is this validated? Against what? +
/02 What revision of the Neher-McGrath method does the engine implement? +
/03 Can I use CableSketch Pro for stamped drawings? +
/04 What happens to my projects if CableSketch Pro shuts down? +
/05 Do you support IEC 60287? +
/06 Is there fully licensed cloud version without the download? +
/07 Do you store my project data on your servers? +
/08 Can I get a team or multi-seat license? +
/09 What does "perpetual license" actually mean here? +
/10 Who built this? +
Try the calculator.
Free in-browser demo, no account. Or read the methodology and validation results first.
Open the demo →