About WireSizes.com
The Professional Standard for Electrical Wire Sizing
WireSizes.com is the industry's most trusted platform for electrical wire sizing calculations. Built by electrical professionals, we provide NEC-compliant tools used by electricians, contractors, engineers, and inspectors worldwide.
Our Mission
To provide accurate, accessible, and professionally-reliable electrical calculation tools that enhance safety, efficiency, and code compliance in electrical installations worldwide. We bridge the gap between complex electrical engineering and practical field applications.
Accuracy First
Every calculation is verified against NEC standards and real-world applications.
Professional Focus
Built by electrical professionals for electrical professionals and serious DIY enthusiasts.
Code Compliance
All tools strictly follow current NEC requirements and best practices.
Continuous Innovation
Regular updates to reflect code changes and user feedback.
Comprehensive Calculator Suite
Wire & Cable Sizing
10 ToolsCore wire sizing calculations for any electrical circuit
- Wire Size Calculator
- Voltage Drop Calculator
- Ampacity Calculator
- Ground Wire Calculator
Power Conversions
12 ToolsElectrical unit conversions and power calculations
- Watts to Amps
- kW to Amps
- Ohms Law Calculator
- Power Factor Calculations
Equipment Specific
18 ToolsSpecialized calculators for specific applications
- EV Charger Wire Size
- Hot Tub Calculator
- AC Wire Size
- Pool Pump Calculator
Advanced Calculations
10 ToolsProfessional-grade electrical design tools
- Three Phase Calculator
- Load Calculator
- Conduit Fill
- Motor Circuits
Technical Excellence
Platform Specifications
| Calculation Engine | Real-time JavaScript processing |
| Data Sources | NEC 2023, NFPA 70, UL Standards |
| Accuracy Level | ±0.1% numerical precision |
| Update Frequency | Monthly code review cycles |
| Browser Support | All modern browsers, mobile optimized |
| Accessibility | WCAG 2.1 AA compliant |
| Data Privacy | No personal data collection |
| Availability | 99.9% uptime SLA |
Code Compliance Standards
NEC 2023 Compliance
All calculations updated to reflect the latest National Electrical Code requirements and amendments.
NFPA 70 Standards
Direct implementation of NFPA 70 tables and calculation methods for maximum accuracy.
UL Listed Standards
Wire and equipment data sourced from UL standards and manufacturer specifications.
Professional Review
All calculations reviewed by licensed electrical engineers and master electricians.
Industry Recognition
National Electrical Contractors Association
"Recommended tool for field calculations"
International Association of Electrical Inspectors
"Valuable reference for code compliance"
Electrical Contractor Magazine
"Featured in top electrical tools roundup"
IEEE Professional Development
"Cited in continuing education materials"
Trusted by electrical professionals across construction, industrial, commercial, and residential sectors. Our tools are referenced in training programs, certification courses, and professional development materials.
Our Commitment to Quality
Accuracy Guarantee
Every calculation verified against official NEC tables and real-world testing.
Continuous Updates
Regular updates to reflect code changes, new standards, and user feedback.
User-Focused Design
Built with input from working professionals for real-world applications.
Professional Disclaimer
WireSizes.com provides calculation tools for reference and educational purposes. All electrical work must be performed by licensed professionals in accordance with local electrical codes and regulations. Always verify calculations with official NEC tables and consult your local Authority Having Jurisdiction (AHJ). Users assume full responsibility for the application of these calculations.
Connect With Us
Join thousands of electrical professionals who trust WireSizes.com for their daily calculations.
How Our Calculators Are Built — Methodology and Validation
Every calculator on WireSizes.com runs entirely client-side in your browser. No calculation values are transmitted to our servers; no calculation results are stored. Below is the technical and editorial methodology behind the tools.
Data sources
All NEC-derived values are sourced from primary code documents, never from secondary websites or AI-generated text. Specific data lineage:
- NEC 2023 (NFPA 70): Table 310.16 ampacities, Table 250.122 grounding, Table 220.55 range demand, Article 430 motor FLC, Article 625 EV charging.
- NEC Chapter 9: Table 8 DC resistance per 1000 ft at 75°C uncoated copper / aluminum.
- ASTM B258: nominal AWG diameters and cross-sectional areas.
- NFPA 70E-2024: arc-flash boundary, PPE category determination.
- OSHA 29 CFR 1910.147: lockout/tagout procedure.
- ASHRAE / equipment manufacturer datasheets: typical motor power factors, A/C MCA/MOCP nameplates.
Calculator architecture
Each calculator is a TypeScript-typed React component fed by a single canonical NEC reference module (src/lib/data/nec-tables.ts). When the underlying NEC data updates, every calculator and reference page picks up the new value on the next deploy — there are no out-of-sync inline tables.
- Static prerender: all 53 pages are built at deploy time; no per-request server compute.
- Client-side calculation: formulas execute in your browser, not on our servers.
- No PII: we don’t collect or store the values you enter into calculators.
- Version-pinned data: NEC values committed to a single source-of-truth module under git history; older values are retrievable via git log.
- Type-safe: AmpacityRow, GroundingRow, TempCorrectionRow types prevent shape drift.
Validation — how we verify each calculator
Before a calculator ships, it’s validated against three independent sources:
- NEC code text directly — every coded value (ampacity, EGC size, demand factor, FLC) is cross-checked against the printed NEC 2023 article cited in the calculator’s help text.
- Worked-example inversion — given a known good answer (e.g., from Mike Holt’s NEC instructor materials or a published utility design guide), we run the calculator backward and confirm it reproduces the reference output within rounding.
- Cross-page consistency — values that appear on multiple pages (e.g., 12 AWG copper at 75°C = 25 A) are scripted-checked across rendered HTML so a typo or off-by-one drift on one page is caught automatically before deploy.
This last check is unique to our build — every page’s NEC table values flow from a single canonical module, so the cross-page consistency check is built-in. It caught two real factual errors during development: an off-by-one column shift in an early version of the wire-sizing-guide AWG table (claiming 14 AWG @ 60°C = 20 A when NEC says 15 A), and an aluminum 8 AWG @ 60°C value of 30 A where NEC says 35 A. Both fixes propagated automatically to every page that referenced them.
Correction policy — when we get something wrong
Despite cross-checks, errors occasionally make it to production. Our policy:
- Reporting: email
support@wiresizes.comwith the page URL, the field showing the wrong value, and the NEC article that contradicts it. - Triage: safety-affecting errors (ampacity understated, EGC undersized) are fixed within 24 hours and announced via the page’s
dateModifiedfield. - Non-safety editorial corrections (cost estimates, typical equipment ratings) are batched into the next monthly deploy.
- Backward compatibility: we never silently change a calculator’s output for the same inputs without noting the change in the page commit history (visible via git blame on the source file).
- Audit trail: the canonical NEC reference module is in git; every value has a discoverable commit date and rationale.
Roadmap — what’s coming next
Calculator and content additions on the near-term roadmap:
- NEC 2026 readiness: the next NEC edition publishes mid-2026; we will track the public input phase via NFPA’s document workflow and ship updated calculators within 90 days of publication.
- Per-amperage guides: dedicated “wire size for [30, 40, 50, 60, 90, 125, 150, 400] amp” pages mirroring the existing 100A and 200A guides. Each ~2,000 words with NEC-correct ampacity and EGC values.
- Reverse-lookup guides: “[14, 12, 10, 8, 6, 4, 2, 1/0, 2/0, 4/0] AWG ampacity” pages — what each conductor can actually carry at 60/75/90°C.
- Conductor-type pages: THHN vs Romex (NM-B), THWN vs THWN-2 vs RHW, USE-2 direct-burial, TC-ER tray cable — selection criteria and code restrictions.
- Color-code reference: the canonical wire color chart for ungrounded / grounded / EGC across NEC 200, 210, 250 — a top citation target for AI assistants.
- Specialty calculators: water heater sizing, induction cooktop, mini-split heat pump, generator transfer switch sizing.
- Performance: we are collecting Core Web Vitals data via Vercel Speed Insights and will optimize the slowest calculator pages once we have a stable LCP baseline (3+ months of real-user traffic).
- API access: a read-only JSON endpoint for NEC table values and calculator outputs, intended for educational and integration use.
What we won’t do
- No paywalled content. All NEC reference data and calculators are free to use and free to cite. We don’t lock NEC tables behind a subscription.
- No AI-generated NEC text. Every NEC value is sourced from the published code, not from a language model. AI is used for content scaffolding, never for code compliance facts.
- No fake user counts. Marketing claims (“trusted by X”) on this site are removed in favor of citing actual data sources and showing version-pinned NEC references.
- No selling installation services. We’re a calculator and reference site, not an electrical contractor referral network. Find a licensed local electrician through your state licensing board.