Menu

AUD
2026 Diverge 4 Expert SRAM Rival XPLR
$8,200.00 Incl. tax
Add to cart
2026 Diverge 4 Expert SRAM Rival XPLR
Specialized
(0)

2026 Diverge 4 Expert SRAM Rival XPLR

$8,200.00 Incl. tax
In stock

Race-tuned. Adventure-approved. The Diverge 4 gravel bike is built for full-gas race days and off-grid epics. Read more.

Product description

Race-tuned. Adventure-approved. The Diverge 4 gravel bike is built for full-gas race days and off-grid epics. With Future Shock 3.0, our most responsive frame ever, massive tire clearance, and the biggest internal storage in gravel, the best gravel bike in the world just got better. Chase the horizon—or your rivals—it’s built for both.

At a Glance

  • Use: Gravel Adventure/Race
  • Frameset: FACT 9r Carbon
  • Suspension: Future Shock 3.2
  • Drivetrain/Wheels: New SRAM Rival AXS XPLR / Roval Terra C
  • Storage: SWAT 4.0
  • Weight: Diverge Expert: 8.90kg

TECHNICAL SPECIFICATIONS

Frameset

  • Frame: Specialized Diverge FACT 9r carbon, SWATâ„¢ Door integration, Future Shock suspension, threaded BB, internal routing, 12x142mm thru-axle, flat-mount disc, UDH dropout

Suspension

  • Fork: Future Shock 3.2 w/ Smooth Boot, FACT Carbon 12x100mm, thru-axle, flat-mount disc

Brakes

  • Front Brake: SRAM Rival E1, hydraulic disc
  • Rear Brake: SRAM Rival E1, hydraulic disc

Drivetrain

  • Bottom Bracket: SRAM DUB BSA 68 Wide
  • Rear Derailleur: SRAM Rival AXS E1 XPLR, 13-speed
  • Shift Levers: SRAM Rival AXS E1
  • Chain: SRAM Rival E1
  • Cassette: SRAM Rival E1 XPLR 10-46t, 13sp
  • Crankset: SRAM Rival E1 XPLR, DUB Wide, 40t

Wheels & tires

  • Front Wheel: Roval Terra C Rim, 25mm internal width, 32mm depth, 24h, Tubeless ready, DT for Roval 370 hub, Centerlock disc, DT Swiss Competition Race spokes
  • Rear Wheel: Roval Terra C Rim, 25mm internal width, 32mm depth, 24h, Tubeless ready, DT for Roval 370 hub, Centerlock disc, DT Swiss Competition Race spokes
  • Front Tire: Tracer TLR All Terrain Gravel Tire 700x45, Tan Sidewall, Tubeless Ready
  • Rear Tire: Tracer TLR All Terrain Gravel Tire 700x45, Tan Sidewall, Tubeless Ready
  • Inner Tubes: Presta, 700x32-50mm

Cockpit

  • Saddle: Body Geometry Power Expert
  • Stem: Future Stem, Pro
  • SeatPost: Roval Terra Carbon Seat Post, 20mm Offset
  • Handlebars: Specialized Adventure Gear Hover, 103mm drop x 70mm reach x 12º flare
  • Seat Binder: Specialized Alloy, 30.8mm
  • Tape: Supacaz Super Sticky Kush

Accessories

  • SWAT: SWAT 4.0 internal downtube storage

Product details

  • Product ID: 293758

Weight

  • Weight Size: 56
  • Weight: 8.9 kg (19 lb, 9.9 oz)

Reviews

0/5
0 stars based on 0 reviews
0 reviews

Related products

Recently viewed

Specialized 2026 Diverge 4 Expert SRAM Rival XPLR
Specialized
2026 Diverge 4 Expert SRAM Rival XPLR
$8,200.00 $7,454.55
 

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 01:58
Choose your language
Choose your currency
$

Recently added

Total incl. tax
$0.00
0
Compare
Start comparison

Review Specialized 2026 Diverge 4 Expert SRAM Rival XPLR

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 »