Electric Bikes | eBikes | Evans Cycles (2025)

Electric Bike Type

  • Electric Hybrid Bikes
  • Electric Mountain Bikes
  • Electric Folding Bikes
  • Electric Bike Spares
  • Electric Scooters
  • View All Electric BIkes

Top Electric Bike Brands

  • Specialized
  • Trek
  • Haibike
  • Cannondale
  • Raleigh
  • Brompton
  • Brand A-Z

Electric Bike Hub

  • Electric Bike Buying Guide
  • Electric Bike Sizing Guide

Cycle To Work Schemes

Prev

Next

Electric Bike Type

  • Electric Hybrid Bikes
  • Electric Mountain Bikes
  • Electric Folding Bikes
  • Electric Bike Spares
  • Electric Scooters
  • View All Electric BIkes

Top Electric Bike Brands

  • Specialized
  • Trek
  • Haibike
  • Cannondale
  • Raleigh
  • Brompton
  • Brand A-Z

Electric Bike Hub

  • Electric Bike Buying Guide
  • Electric Bike Sizing Guide

Cycle To Work Schemes

featured categories

Shop now Electric Mountain Bikes Get a helping hand whilst you navigate challenging terrains and unpredictable inclines with pedal assist technology from our eMTB’s. Travel greater distances, tackle rugged trails and hurtle up and down hills faster than ever before.

shop now Electric Hybrid Bikes The perfect multi-purpose bike for recreational riding and weekday commutes, our electric hybrid bikes make cycling fun again by giving assistance whenever it’s needed, allowing you to increase the distances you travel and tackle tougher terrains.

shop now Electric Folding Bikes Take convenience to the next level by upgrading your standard commuter bike to an electric folding bike. Ride through the streets faster, tackle inclines with ease and choose when you want to cycle for fitness by riding manually or just get to work in time with pedal assist technology giving you a boost.

shop now Haibike Electric Bikes Cutting edge technology, sleek design and powerful electric systems combine to make the highly celebrated Haibike. Popular amongst thrill seeking off-road cyclists, and commuters looking for a stylish and comfortable journey to work.

shop now Specialized Bikes Famous for innovation and performance, Specialized don’t disappoint with their range of electric hybrid and MTB bikes, especially in their popular Vado, Turbo Levo and Como models.

shop now Trek Bikes Trek are celebrated for their use of technology, and their electric bikes are no exception, with long battery lives and integrated design, you’ll love their eMTB’s and electric Hybrid bikes.

Prev

Next

Immerse yourself in the possibilities of cycling here at Evans Cycles. We have over 90 years of experience helping riders find their perfect bike, and with electric bicycles becoming more affordable and practical over the past few years, we have made sure our offering both meets and exceeds expectations. Our stock covers Electric Mountain Bikes; for those looking to head into the hills, Electric Hybrid Bikes with rim or disc brakes for those who get their speed kicks from the tarmac, and electric folding bikes that make for a speedy and convenient commute. E-bikes allow you to push your limits with pedal assist technology that increases your speed and long-life lithium-ion batteries that allow you to cover distances you could only ever dream of with a standard push bike, opening you up to a world of exploration and adventure, all while being environmentally friendly. Here at Evans Cycles, we stock a vast range of e bikes from your favourite brands, such as Trek, Specialized, Cannondale, Cube, Whyte, and more. We offer eBikes at all price levels and are ready to help you find the ride that matches your needs, and we offer Finance and cycle to work schemes to make it affordable.

Are electric bikes legal in the UK?

Electric bikes are legal to use on the road in the United Kingdom, as they are considered to be electrically assisted pedal bikes. However, the maximum power output of their motors can be no higher than 250 watts, and their assisted maximum speed must not exceed 15.5mph (25km/h). Making any changes to either the energy output or maximum speed may render the bike illegal to ride on the road.

How fast is an electric bike?

Electric bikes have built-in speed limiters that ensures each bike stays within the legal limit of 15.5mph (25km/h). An electric bike can typically go faster than 15.5mph, but the motor assistance will usually cut-off or decrease in order to keep the bike within the legal speed limits.

Do you need a license for an electric bike?

You do not need to have a licence to ride an electric bike in many areas within the UK as long as the bike meets the requirements to be road legal. Regulations can differ throughout the country, however, and so it is advised that you check with your local authorities to ensure no additional documentation is required to ride electric bikes in your area.

Do you have to pedal an electric bike?

Whether or not you need to pedal an electric bike depends on the type you have purchased. For many e-bikes, you will need to pedal for the motor will add assistance, which makes traveling up inclines easier and can speed up journeys. Other e-bikes known as “pedelecs” allow you to control the speed of the bike with a throttle without needing to pedal as the same time. In order for some types of ebike to meet regulations, it may be stipulated that motor assistance is only activated whilst the rider is pedalling

How much does it cost to charge an electric bike?

The cost of charging an ebike battery will be based on your electricity rates, and so can vary. However, depending on local tariffs and battery size, an average cost of between £0.04 to £0.15 per charge is not uncommon, making this a very cost-effective way to travel.

'); innerfiltercontainer.append(showFilterButtonDiv); $("#showFilterButtonDiv .showFilterButton").off('click').on('click', function () { positionFilterInView(); }); function positionFilterInView() { innerfiltercontainer.css('position', 'fixed').css('top', getHeaderHeight()); innerfiltercontainerSetRelativeTop(); $('.showFilterButtonWrapper').css('visibility', 'hidden'); } function getinnerfiltercontainerCurrentTop() { return innerfiltercontainer.css('top').replace('px', ''); } function innerfiltercontainerSetRelativeTop() { var ih = innerfiltercontainer.offset().top - innerfiltercontainer.parent().offset().top; if (ih < 0) ih = 0; innerfiltercontainer.css('position', 'relative').css('top', ih); fixFooterOverflow(); } function fixFooterOverflow() { var filtersAndProductsWrapper = $('#FiltersAndProductsWrapper'); if (filtersAndProductsWrapper.height() < innerfiltercontainer.height()) return; var filterBottom = innerfiltercontainer.offset().top + innerfiltercontainer.height(); var wrapperBottom = filtersAndProductsWrapper.offset().top + filtersAndProductsWrapper.height(); if (filterBottom > wrapperBottom) { var newTop = getinnerfiltercontainerCurrentTop() - (filterBottom - wrapperBottom); innerfiltercontainer.css('top', newTop).css('position', 'relative'); } } function getHeaderHeight() { return $('#HeaderGroup').height() / 2; } var lastScrollTop = 0; var filterScrollHandler = function () { var minimumButtonVisibleHeight = 50; var maximumButtonVisibleHeight = 100; var st = $(this).scrollTop(); var showFilterButtonDiv = $('#showFilterButtonDiv'); if (st > lastScrollTop) { // scroll down var showFilterButtonDivtop = showFilterButtonDiv[0].getBoundingClientRect().top; var visibleHeight = showFilterButtonDivtop - getHeaderHeight(); if (visibleHeight < minimumButtonVisibleHeight) { if (showFilterButtonDiv[0].getBoundingClientRect().bottom < $('#FiltersAndProductsWrapper')[0].getBoundingClientRect().bottom) { showFilterButtonDiv.find('.showFilterButtonWrapper').css('visibility', 'visible'); var ih = showFilterButtonDiv.position().top - getHeaderHeight(); innerfiltercontainer.css('top', ih * -1).css('position', 'fixed'); } else { showFilterButtonDiv.find('.showFilterButtonWrapper').css('visibility', 'hidden'); } } else { innerfiltercontainerSetRelativeTop(); } } else { // scroll up if (innerfiltercontainer.css('position') == 'fixed') { innerfiltercontainerSetRelativeTop(); } var showFilterButtonDivtop = showFilterButtonDiv[0].getBoundingClientRect().top; var visibleHeight = showFilterButtonDivtop - getHeaderHeight(); if (visibleHeight > maximumButtonVisibleHeight) { showFilterButtonDiv.find('.showFilterButtonWrapper').css('visibility', 'hidden'); } var innerTop = innerfiltercontainer[0].getBoundingClientRect().top; if (innerTop > 0 && innerfiltercontainer.position().top > 0) { innerfiltercontainer.css('position', 'fixed').css('top', getHeaderHeight()); } } lastScrollTop = st; } $(window).scroll(filterScrollHandler); var resizeMenuW = function () { innerfiltercontainerSetRelativeTop(); innerfiltercontainer.css('width', 'auto'); var w = innerfiltercontainer[0].getBoundingClientRect().width; if (w > 0) { innerfiltercontainer.css('width', filterContainerWidth); } }; $(window).resize(resizeMenuW); resizeMenuW(); positionFilterInView(); } function isScrolledIntoView(elem) { var docViewTop = $(window).scrollTop(); var docViewBottom = docViewTop + $(window).height(); var elemTop = $(elem).offset().top; var elemBottom = elemTop + $(elem).height(); return ((elemBottom <= docViewBottom) && (elemTop >= docViewTop)); } function RemoveNoScroll() { $('html, body').removeClass("no-scroll"); $('stickyTop.stuck .lpMenuContainer').toggleClass('posBottom0'); }

Electric Bikes | eBikes | Evans Cycles (2025)

FAQs

What is the difference between an e-bike and an electric bike? ›

In summary, the terms "e-bike" and "electric bike" refer to the same thing: a bicycle that is powered by an electric motor. While there are different types of electric bikes, there is no technical or legal distinction between these two terms.

Are e-bikes really worth it? ›

For those people who make the switch and find that they can manage to do without a car, electric bikes are certainly worth it. You can save a lot of money and do your bit for the environment!

What is the difference between a single speed and a 7 speed ebike? ›

Bikes equipped with a 7 speed drivetrain are easier to pedal and feature more advanced adjustability when compared to 3 or single speed drivetrains. If you're putting in some serious ride time, these are for you!

Is a 250 watt ebike any good? ›

That's one of the top joys of owning an electric bike, knowing you can get some extra kick when you need or want it. But how much power do you need, 250 watts, 500 watts, or higher? For most people, 250-watt model ebikes offer plenty of power, especially if you have never ridden an electric bike.

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Kelle Weber

Last Updated:

Views: 6131

Rating: 4.2 / 5 (53 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Kelle Weber

Birthday: 2000-08-05

Address: 6796 Juan Square, Markfort, MN 58988

Phone: +8215934114615

Job: Hospitality Director

Hobby: tabletop games, Foreign language learning, Leather crafting, Horseback riding, Swimming, Knapping, Handball

Introduction: My name is Kelle Weber, I am a magnificent, enchanting, fair, joyous, light, determined, joyous person who loves writing and wants to share my knowledge and understanding with you.