Description
.hw-product * { box-sizing: border-box; margin: 0; padding: 0; } .hw-product { font-family: ‘Segoe UI’, Arial, sans-serif; color: #1a1a1a; max-width: 900px; margin: 0 auto; line-height: 1.6; } /* ── Hero ── */ .hw-hero { background: #0a0a0a; border-radius: 12px; overflow: hidden; margin-bottom: 32px; text-align: center; padding: 40px 24px 0; } .hw-hero img { width: 100%; max-width: 620px; height: auto; display: block; margin: 0 auto; } .hw-hero-label { color: #c8a84b; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 8px; } .hw-hero h1 { color: #ffffff; font-size: clamp(24px, 4vw, 36px); font-weight: 800; letter-spacing: -0.5px; margin-bottom: 4px; } .hw-hero h2 { color: #c8a84b; font-size: clamp(13px, 2vw, 16px); font-weight: 400; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; } .hw-hero-tagline { color: #aaaaaa; font-size: 15px; max-width: 560px; margin: 0 auto 28px; } /* ── Stat pills ── */ .hw-stats { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 32px; } .hw-stat { background: #1e1e1e; border: 1px solid #333; border-radius: 50px; padding: 10px 22px; text-align: center; } .hw-stat-num { color: #c8a84b; font-size: 22px; font-weight: 800; display: block; } .hw-stat-label { color: #888; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; } /* ── Section headings ── */ .hw-section { margin-bottom: 40px; } .hw-section-title { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #c8a84b; margin-bottom: 6px; } .hw-section h3 { font-size: clamp(20px, 3vw, 28px); font-weight: 800; color: #1a1a1a; margin-bottom: 16px; line-height: 1.2; } .hw-section p { color: #555; font-size: 15px; margin-bottom: 14px; } /* ── Feature grid ── */ .hw-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 40px; } .hw-feature-card { border: 1px solid #e8e8e8; border-radius: 10px; overflow: hidden; background: #fafafa; } .hw-feature-card img { width: 100%; height: 220px; object-fit: cover; display: block; } .hw-feature-card-body { padding: 16px 18px 20px; } .hw-feature-card-body h4 { font-size: 16px; font-weight: 700; color: #1a1a1a; margin-bottom: 6px; } .hw-feature-card-body p { font-size: 13px; color: #666; line-height: 1.5; margin: 0; } /* ── Full-width image strip ── */ .hw-img-full { width: 100%; border-radius: 10px; display: block; margin-bottom: 20px; height: auto; } /* ── Split layout ── */ .hw-split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: center; margin-bottom: 24px; } .hw-split img { width: 100%; border-radius: 10px; height: auto; display: block; } .hw-split-text h4 { font-size: 18px; font-weight: 700; margin-bottom: 8px; } .hw-split-text p { font-size: 14px; color: #555; margin: 0; } @media (max-width: 560px) { .hw-split { grid-template-columns: 1fr; } } /* ── Materials row ── */ .hw-materials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 40px; } .hw-material { text-align: center; } .hw-material img { width: 100%; border-radius: 8px; height: auto; display: block; margin-bottom: 10px; } .hw-material p { font-size: 12px; font-weight: 700; color: #333; text-transform: uppercase; letter-spacing: 0.5px; margin: 0; } @media (max-width: 480px) { .hw-materials { grid-template-columns: 1fr; } } /* ── Divider ── */ .hw-divider { border: none; border-top: 1px solid #e8e8e8; margin: 36px 0; } /* ── Specs table ── */ .hw-specs-wrap { background: #0a0a0a; border-radius: 12px; padding: 32px; margin-bottom: 40px; } .hw-specs-wrap .hw-section-title { color: #c8a84b; } .hw-specs-wrap h3 { color: #ffffff; } .hw-specs-table { width: 100%; border-collapse: collapse; font-size: 14px; } .hw-specs-table thead tr { background: #c8a84b; } .hw-specs-table thead th { color: #0a0a0a; font-weight: 800; text-align: left; padding: 12px 16px; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; } .hw-specs-table tbody tr { border-bottom: 1px solid #222; } .hw-specs-table tbody tr:last-child { border-bottom: none; } .hw-specs-table tbody td { padding: 11px 16px; vertical-align: top; } .hw-specs-table tbody td:first-child { color: #888; font-size: 12px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; width: 38%; } .hw-specs-table tbody td:last-child { color: #f0f0f0; font-weight: 500; } .hw-specs-table tbody tr:nth-child(even) { background: #111; } /* ── Manual CTA ── */ .hw-manual-box { border: 1px solid #e8e8e8; border-radius: 10px; padding: 24px 28px; display: flex; align-items: center; gap: 20px; margin-bottom: 40px; background: #fafafa; } .hw-manual-icon { width: 52px; height: 52px; background: #c8a84b; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 24px; } .hw-manual-text h4 { font-size: 16px; font-weight: 700; margin-bottom: 4px; } .hw-manual-text p { font-size: 13px; color: #666; margin: 0 0 10px; } .hw-manual-btn { display: inline-block; background: #1a1a1a; color: #ffffff !important; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 10px 22px; border-radius: 6px; } .hw-manual-btn:hover { background: #c8a84b; color: #0a0a0a !important; } /* ── Detail image gallery ── */ .hw-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; margin-bottom: 40px; } .hw-gallery-item { border-radius: 8px; overflow: hidden; aspect-ratio: 4/3; background: #f0f0f0; } .hw-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s ease; } .hw-gallery-item img:hover { transform: scale(1.04); } /* ── Notice box ── */ .hw-notice { background: #fff8e8; border-left: 4px solid #c8a84b; border-radius: 4px; padding: 12px 16px; font-size: 13px; color: #6b5a2a; margin-bottom: 16px; } .hw-notice strong { color: #4a3a10; }
XeRun Series · Professional Competition
XeRun V10 G5
Sensored Brushless RC Racing Motor
Built to be more than just fast — ground-up redesign delivering peak power, greater efficiency and refined race-day precision.
+3.9% Max Output Power vs G4R +4% Heavy-load Efficiency −13g Lighter than G4R 4050KV 13.5T Rating
Performance
Next-Level Power & Efficiency
Compared to the XeRun V10 G4R 13.5T, the G5 delivers a 3.9% increase in maximum output power and over 4% improvement in heavy-load efficiency — gains that translate directly into faster lap times and longer consistent runs.
Maximum Output Power
A 3.9% boost in peak power versus the V10 G4R 13.5T. More grunt out of every corner.
Heavy-Load Efficiency
Over 4% efficiency gain under heavy load means less heat, more consistent performance across the entire race.
Thermal Management
Excellent Heat Dissipation
Higher efficiency reduces overall operating temperatures, but the G5 also introduces two dedicated cooling innovations to keep your motor performing at its best lap after lap.
Exposed Windings Design
A redesigned endbell exposes more of the winding directly to airflow, dramatically improving passive heat dissipation without any additional components.
Patented Rotor Cooling System
Hobbywing’s integrated rotor cooling design actively moves heat away from the core where it matters most. Patent protected — an industry-first innovation exclusive to the G5.
Patent Notice: The rotor cooling system is protected by patent. Unauthorized copying is prohibited.
Chassis Dynamics
Optimised Weight & Centre of Gravity
13g Lighter Than the G4R
A complete inside-and-out redesign sheds 13 grams versus the previous generation, reducing unsprung and rotating mass for sharper handling response.
Improved Centre of Gravity
The G5’s internal mass distribution has been deliberately shifted towards the vehicle’s centreline, improving balance and predictability through high-speed corners.
Surface Technology
Next-Level Rotor Surface Coating
A proprietary special coating applied to the rotor surface provides dual benefits: corrosion protection for durability in all conditions, and improved magnetic performance enabling higher load capability and greater power output.
Precision Tuning
Adjustable Hall Timing & Sensing Distance
The G5 introduces two new tuning dimensions for racers who demand the very best from their power system.
Adjustable Hall Timing Accuracy
A new fine-tune angle adjustment in the timing assembly allows racers to dial in sensor position for smoother, more efficient power delivery. Timing tolerance validated by the HOBBYWING Tunalyzer.
Patent: Patented invention. Application No.: 202511627979.X
Adjustable Hall Sensing Distance
Rotor-to-sensor spacing is now user-adjustable via included shims in three settings: 0.1 mm · 0.2 mm · 0.3 mm. Fine-tune throttle feel and power response without any specialised tools.
Note: Ensure proper clearance between Hall sensor and rotor ring to prevent damage.
Serviceability
Designed for Easy Maintenance
A fully modular design lets racers disassemble, clean and reassemble the G5 quickly at the track, keeping the motor performing at peak condition without downtime.
Construction
Built with Superior Materials
Every component of the V10 G5 is selected to excel in the harshest race conditions — from the stator laminations to the bearings.
High-Performance Premium Stator Core
180°C High-Temp Rated Reinforced Rotor
Top-Tier Precision Bearings
Technical Data
Specifications — XeRun V10 G5 13.5T
| Parameter | Value |
|---|---|
| Model | XeRun V10 G5 13.5T |
| Part Number (PN) | 30401762 |
| Scale | 1/10th |
| Motor Type | Brushless (BL) |
| Sensor Type | Sensored (SD) |
| Pole Count | 2 |
| KV Rating | 4050 KV |
| LiPo Cells | 1–3S LiPo |
| No-load Current | 5.4 A |
| Outer Diameter (O.D.) | 35.8 mm |
| Length | 51.5 mm |
| Shaft Diameter | 3.175 mm |
| Weight | 138 g |
| Front Bearing | D9 × D4 × T4 |
| Rear Bearing | D8 × D3 × T4 |
| Compatible ESC | XeRun XR10 PRO G3 / G3X |
| Compatible Vehicles | 1/10, 1/12 Stock Racing |
📄
Official Manual & Documentation
Download the full Hobbywing XeRun V10 G5 instruction manual (PDF) for setup, maintenance and tuning guidance.
⬇ Download Manual (PDF)
Explore more from our collection.





Reviews
There are no reviews yet.