Menu

AUD
2027 Stumpjumper 15 EVO Expert FACT 11m carbon, RockShox Select+ w/ GENIE, GX AXS
$10,000.00 Incl. tax
Add to cart
2027 Stumpjumper 15 EVO Expert FACT 11m carbon, RockShox Select+ w/ GENIE, GX AXS
Specialized
(0)

2027 Stumpjumper 15 EVO Expert FACT 11m carbon, RockShox Select+ w/ GENIE, GX AXS

$10,000.00 Incl. tax
In stock

One Bike To Rule All Trails Read more.

Product description

One Bike To Rule All Trails

Stumpjumper 15 EVO is here to obliterate every trade-off in the trail game. Devour bumps like a big bike? Check. Short-travel control, playfulness, and efficiency? Double check. How about a heaping helping of personalization to make it perfect for the only rider who really matters—you? Check, check, check.

At a Glance

  • Use: Trail
  • Frame: FACT 11m carbon, SWAT Door integration, adjustable Trail Geometry
  • Suspension: Front: 160mm RockShox Lyrik Select+ fork
    Rear: 145mm RockShox Super Deluxe Select+ shock w/ GENIE
  • Drivetrain: SRAM GX Eagle AXS Transmission
  • Wheels: Roval Traverse HD Alloy wheels w/ DT Swiss 370 hubs
  • Weight: 15.26 kg (33 lb, 10.3 oz)

TECHNICAL SPECIFICATIONS

Frameset

  • Seat Binder: Alloy, 38.6mm
  • Frame: FACT 11m carbon chassis and rear-end, Trail Geometry, SWATâ„¢ Door integration, head tube angle adjustment, threaded BB, internal brake and dropper cable routing, 12x148mm dropouts, sealed cartridge bearing pivots, SRAM UDH compatible, 145mm of travel
  • SWAT: SWAT 4.0 internal downtube storage

Suspension

  • Rear Shock: All New Rockshox Super Deluxe Select + GENIE, RCT damper with (LSC) Low Speed Compression, GENIE adjustable airspring, rebound adjust, 210x55mm
  • Fork: Rockshox Lyrik Select+, 29" 160mm (S2-S6); 150mm (S1), DebonAir+ air spring, Charger 3.1 RC2 damper with HSC and LSC, rebound adjust, 15x110mm

Brakes

  • Front Brake: SRAM Maven Silver, 4-piston caliper, hydraulic disc, 200mm Centerline Rotor
  • Rear Brake: SRAM Maven Silver, 4-piston caliper, hydraulic disc, S1-S2: 180mm, S3-S6: 200mm Centerline Rotor

Drivetrain

  • Shift Levers: SRAM AXS Pod Controller w/discrete clamp
  • Bottom Bracket: SRAM DUB Threaded Wide
  • Rear Derailleur: SRAM GX Eagle AXS Transmission
  • Crankset: SRAM GX Eagle Crankset, 32T ring, Integrated Guard, 55mm Chainline
  • Chain: SRAM GX Eagle Transmission 12-Speed Flattop Chain
  • Cassette: SRAM XG-1275 Transmission 12-Speed 10-52t

Wheels & tires

  • Front Tire: Butcher, GRID TRAIL casing, Gripton T9 compound, TLR, 29X2.4
  • Rear Tire: Eliminator, GRID TRAIL casing, Gripton T7 compound, TLR, S1-S2: 27.5x2.4, S3- S6: 29x2.4"
  • Front Wheel: Roval Traverse 29" Rim, hookless alloy, 30mm inner width, tubeless ready, DT Swiss 370 Hub, 15x110mm, 28h, Sapim Force Spokes
  • Rear Wheel: Roval Traverse Rim, hookless alloy, 30mm inner width, tubeless ready, DT Swiss 370 Hub, 12x148mm, 28h, Sapim Force Spokes, S1-S2: 27.5", S3:-S6: 29"
  • Inner Tubes: Standard, Presta Valve

Cockpit

  • Stem: Specialized, 35mm Clamp, 35mm Reach
  • Seatpost: Bike Yoke, Revive Max 3.0, 34.9, S2: 125mm, S3: 160mm, S4: 185mm, S5-S6: 213mm
  • Saddle: Bridge Comp, Hollow Cr-mo rails 155/143
  • Grips: Deity Lockjaw, Lock On, 32mm OD, 133mm Length, Black
  • Handlebars: Specialized, 6000 series alloy, 6-degree upsweep, 8-degree backsweep.
  • S1-S2: 780 width, 20mm rise: S3-S6: 800 width, 50mm rise

Product details

  • Product ID: 263533

Weight

  • Weight: 15.26 kg (33 lb, 10.3 oz)
  • Weight Size: S4

Reviews

0/5
0 stars based on 0 reviews
0 reviews

Related products

Recently viewed

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 06:24
Choose your language
Choose your currency
$

Recently added

Total incl. tax
$0.00
0
Compare
Start comparison

Review Specialized 2027 Stumpjumper 15 EVO Expert FACT 11m carbon, RockShox Select+ w/ GENIE, GX AXS

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 »