Menu

AUD
2025 Amflow PL Carbon Pro 800Wh
$14,000.00 Incl. tax
Add to cart
2025 Amflow PL Carbon Pro 800Wh
Amflow
(0)

2025 Amflow PL Carbon Pro 800Wh

$14,000.00 Incl. tax
In stock

The Amflow PL Carbon Pro combines a high-end carbon frame, upgraded components, 800Wh Avinox drive, and 2-inch OLED display for powerful, agile, and long-range riding. Read more.

Product description

5 Modes, Effortless Assistance

Auto mode adapts assistance in real-time. Activate Boost mode to instantly get 120 N·m of torque and 1000W high-power assistance.

Light Motor, Powerful Drive

The 2.52kg motor delivers 105N·m continuous torque and 1000W peak power. Strong and durable polymer material effectively suppresses noise.

Ultra-Light Streamlined Frame

The 19.2kg build uses an ultra-light carbon fiber frame that weighs just 2.27 kg, for breathtaking speed and agility.

800Wh Batt., 3x Fast Charging

Using the Avinox Drive System that provides battery with a maximum capacity of 800 Wh, the bike can reach a range of 157 km.

Versatile Geometry

Amflow PL's frame design features a 64.5° head tube angle, a 445mm chainstay length, and a 77° seat tube angle, offering balanced performance.

Built-in Touchscreen Display

The 2-inch full-color OLED touchscreen offers real-time ride data and range. Paired with the Avinox app, it offers remote locating features.

Amflow PL Carbon Pro (800Wh)

Frame

  • Amflow PL Carbon Frame
  • Cosmic Black
  • 150mm rear travel
  • Compatible with 27.5" and 29" rear wheels

E-Bike System

  • Avinox M1 Drive Unit: 105 N·m
  • Avinox Screen: 2-inch OLED Control Display
  • Avinox Integrated Battery: 800Wh
  • Avinox Wireless Controllers: Right and left sides
  • Avinox Fast Charger: 12A/508W

Fork

  • 2026 FOX 36 Factory
  • 160mm travel, GRIP X2 Damper, 15×110mm, 44mm rake

Rear Shock

  • 2026 FOX FLOAT X Factory
  • Trunnion (185×55mm), custom tune, EVOL Air sleeve, 2-position lever w/ LSC adjustment

Transmission

  • Rear Derailleur: SRAM X0 Eagle Transmission Derailleur w/ power cable
  • Chainring: SRAM Eagle Transmission E-MTB Chainring 104BCD 34T
  • Shift Levers: SRAM AXS Pod Controller
  • Cassette: SRAM XS-1295 Eagle Transmission 10-52T
  • Chain: SRAM X0 Eagle Transmission Flattop Chain
  • Crankset: Avinox SL Crank (M/L: 155mm; XL/XXL: 160mm)

Brakes

  • Magura MT7 Pro hydraulic disc brake, HC lever, 4-piston caliper
  • 203mm Storm HC Rotor (front and rear)

Wheels

  • Amflow HMC-30
  • Rims: Carbon, 29'', 30mm internal width, 28H, tubeless ready
  • Spokes: SAPIM E-Light Straightpull
  • Front Hub: Alloy, 2 sealed cartridge bearings, 15×110mm thru-axle, 28h, straight-pull, 6-bolt
  • Rear Hub: Alloy, 4 sealed cartridge bearings, 148×12mm thru-axle, 28h, straight-pull, 6-bolt, 78T

Tires

  • Front: Maxxis Assegai MaxxTerra 29×2.5" WT 3C EXO E-25 TLR
  • Rear: Maxxis Dissector MaxxTerra 29×2.4" WT 3C EXO+ E-25 TLR

Handlebar

  • Amflow Enduro Carbon Handlebar
  • 25mm rise, 800mm wide
  • 5-degree upsweep, 9-degree backsweep

Grips

  • Amflow Enduro Grips

Stem

  • Amflow Enduro Stem, One-piece CNC
  • Length: 35mm
  • Clamping diameter: 35mm

Saddle

  • Ergon SM PRO M/L

Seatpost

  • Fox Transfer Factory, Travel adjustable in 5mm
  • M: 125-150mm
  • L/XL: 155-180mm
  • XXL: 185-210mm

Accessories

  • Quick Start Guide
  • Torque Wrench (3~25 N·m, Hex 2/3/4/5/6mm, Torx® 25

Reviews

0/5
0 stars based on 0 reviews
0 reviews

Related products

Recently viewed

Amflow 2025 Amflow PL Carbon Pro 800Wh
Amflow
2025 Amflow PL Carbon Pro 800Wh
$14,000.00 $12,727.27
 

Specifications

0/5
0 stars based on 0 reviews
0 reviews

Available in store

Online and in-store prices may differ
Last updated: Today at 07:37
Choose your language
Choose your currency
$

Recently added

Total incl. tax
$0.00
0
Compare
Start comparison

Review Amflow 2025 Amflow PL Carbon Pro 800Wh

This product has been added to your cart
// $(document).ready(function() // { // if( $(window).width() < 768 ) // { // // console.log('Win Width less than 768'); // console.log('sticky start mobile'); // const addToCartButton = document.getElementById('add-to-cart-button'); // const elem = $('.addtocart-sticky'); // let stickyVisible = false; // const observer = new IntersectionObserver(function(entries) // { // if(entries[0].isIntersecting === true) // { // console.log('sticky intersecting TRUE'); // if( stickyVisible ) // { // console.log('already visible, remove class'); // elem.removeClass('mobile-visible'); // stickyVisible = false; // } // } // else // { // if( !stickyVisible ) // { // elem.addClass('mobile-visible'); // stickyVisible = true; // } // } // }, { threshold: [0] }); // if( addToCartButton ) // { // observer.observe(addToCartButton); // } // } // else // { // var stickyVisible = false; // function checkStickyAddToCart() // { // if( $('.addtocart-holder').length > 1 ) // { // var distance = $('.addtocart-holder').offset().top; // var elem = $('.addtocart-sticky'); // if ( $(window).scrollTop() >= distance ) // { // if( !stickyVisible ) // { // elem.addClass('visible'); // elem.fadeIn(100); // stickyVisible = true; // } // } // else // { // if( stickyVisible ) // { // elem.removeClass('visible'); // elem.fadeOut(100); // stickyVisible = false; // } // } // setTimeout(checkStickyAddToCart, 100); // } // } // checkStickyAddToCart(); // } // if( $(window).width() > 767 && theme.settings.product_mouseover_zoom ) // { // /* Zoom on hover image */ // $('.zoom').zoom({touch:false}); // } // //==================================================== // // Product page images // //==================================================== // var swiperProdImage = new Swiper('.swiper-productimage', { // lazy: true, // // pagination: { // // el: '.swiper-pagination-image', // // clickable: true, // // }, // on: { // lazyImageReady: function() // { // $('.productpage .swiper-lazy.swiper-lazy-loaded').animate({opacity: 1}, 200); // }, // } // }); // var swiperThumbs = new Swiper('.swiper-productthumbs', { // navigation: { // nextEl: '.thumb-arrow-right', // prevEl: '.thumb-arrow-left', // }, // spaceBetween: 15, // slidesPerView: 5, // breakpoints: { // 991: { // slidesPerView: 4, // spaceBetween: 15, // }, // 767: { // slidesPerView: 5, // spaceBetween: 15, // }, // 548: { // slidesPerView: 4, // spaceBetween: 15, // } // }, // on: { // init: function () { // this.centerSlides(); // }, // resize: function () { // this.centerSlides(); // } // } // }); // $('.swiper-productthumbs img').on('click', function() // { // var itemIndex = $(this).parent().index(); // $('.swiper-productthumbs .swiper-slide').removeClass('active'); // $(this).parent().addClass('active'); // swiperProdImage.slideTo(itemIndex); // swiperProdImage.update(true); // }); // //==================================================== // // End product page images // //==================================================== // $('.bundle-product [data-bundle-pid]').on('click', function(e) // { // e.preventDefault(); // var pid = $(this).attr('data-bundle-pid'); // var bid = $(this).attr('data-bundle-id'); // $('.bundle-configure[data-bundle-id="'+bid+'"][data-bundle-pid="'+pid+'"]').fadeIn(); // }); // $('.bundle-configure button, .bundle-configure .close').on('click', function(e) // { // e.preventDefault(); // $(this).closest('.bundle-configure').fadeOut(); // }); // });
Please accept cookies to help us improve this website Is this OK? Yes No More on cookies »