Gotrax GKS Lumios Electric Scooter for Kids Age 6-12, Max 6.25 Mile and 7.5Mph S (2023)

× Bidding has ended on this item.

"); if (!$(this).is(":visible")) { $(this).fadeTo(1000, 1, function () { $(this).slideDown(500); }); } }); } if (data.Accepted) { //prepare success system message systemMessage = "

×" + contextMessageDictionary["ActionSuccess"] + "

"; if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } //render checkout button if a lineitem was returned //EXCEPT: when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices && ownerAllowsInstantCheckout && data.LineItemID) { var checkoutUrl = 'https://vistaauction.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f289334957%2fGotrax-GKS-Lumios-Electric-Scooter-for-Kids-Age-612-Max-625-Mile-and-75Mph-S'; if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } if (data.LineItemID && !highlightCheckoutButtonForBuyNow) { //render contact seller button if one does not already exist if (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=admin&template=ask_listing_question&listingID=289334958&returnUrl=%2FEvent%2FLotDetails%2F289334957%2FGotrax-GKS-Lumios-Electric-Scooter-for-Kids-Age-612-Max-625-Mile-and-75Mph-S'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=289334958&Receiver=admin' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } else { //ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } else { //Context is null, but ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } }); // render a checkout button if: // // - the lot ends successfully, and // - the winner is viewing, but only if // - auto gen invoices is disabled // // mainly to prevent one invoice per LOT per buyer, rather than the generally preferred one invoice per EVENT per buyer $(document).on("SignalR_UpdateListingStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; if (autoGenerateInvoices || ownerAllowsInstantCheckout) { if (data.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices) { var checkoutUrl = 'https://vistaauction.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f289334957%2fGotrax-GKS-Lumios-Electric-Scooter-for-Kids-Age-612-Max-625-Mile-and-75Mph-S'; var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } //render contact seller button if one does not already exist if (false && $("a.btn__detail__contactuser").length == 0) { //"/Account/SendListingMessage?receiver=tester1&template=ask_listing_question&listingID=166614&returnUrl=%2FListing%2FDetails%2F166614%2Ftest-item-J" var contactSellerUrl = '/Account/SendListingMessage?receiver=admin&template=ask_listing_question&listingID=289334958&returnUrl=%2FEvent%2FLotDetails%2F289334957%2FGotrax-GKS-Lumios-Electric-Scooter-for-Kids-Age-612-Max-625-Mile-and-75Mph-S'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=289334958&Receiver=admin' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(".GoToPrevLot").on("click", function () { var thisLotOrder = 718; var lastLotOrder = 954; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 289203461, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 718; var lastLotOrder = 954; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 289203461, lotOrder: (thisLotOrder + 1) }) .done(function (data) { console.log("next lot result: ", data); if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(document).on("SignalR_UpdateInvoiceStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; jslog("SignalR_UpdateInvoiceStatus (listing, invoice, status, payer): " + data.ListingID + ", " + data.InvoiceID + ", " + data.InvoiceStatus + ", " + data.InvoicePayerUN); //show "View Invoice" or "Checkout" button if applicable if (data.InvoicePayerUN == aweUserName) { //get result of /RealTime/IsInvoicePayable?invoiceId=nnnnnn var promise = Proxy.invokeAsync("IsInvoicePayable", { invoiceId: data.InvoiceID }, function(result) { var checkoutUrl = 'https://vistaauction.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f289334957%2fGotrax-GKS-Lumios-Electric-Scooter-for-Kids-Age-612-Max-625-Mile-and-75Mph-S'; if (result.isPayable) { //invoice is payable if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } if ($("a.btn__detail__checkout").length == 0) { //render checkout button if one does not already exist var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; $(".detail__context-menu").prepend(checkoutHtml).show(); jslog("checkout button rendered for invoice #" + data.InvoiceID); } } else { //the invoice is not payable, so instead of 'checkout' button, render 'view invoice' button if one does not already exist if ($("a.btn__detail__invoices").length == 0) { var viewInvoiceHtml = '

' + '' + '' + '' + '' + '' + '' + 'View Invoice' + '' + '' + '

'; $(".detail__context-menu").append(viewInvoiceHtml).show(); jslog("view invoice button rendered for invoice #" + data.InvoiceID); } } //only render the contact and/or feedback buttons if either // a) the web.config setting HighlightCheckoutButtonForBuyNow is set to False, or // b) the invoice is not payable if (!highlightCheckoutButtonForBuyNow || !result.isPayable) { //render contact seller button if one does not already exist if (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=admin&template=ask_listing_question&listingID=289334958&returnUrl=%2FEvent%2FLotDetails%2F289334957%2FGotrax-GKS-Lumios-Electric-Scooter-for-Kids-Age-612-Max-625-Mile-and-75Mph-S'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=289334958&Receiver=admin' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for invoice #" + data.InvoiceID); } } }, function(error) { jslog("Error retrieving invoice status (1): " + error); } ); promise.fail(function (jqXHR, textStatus) { jslog("Error retrieving invoice status (2): " + textStatus); }); } }); });

Back To Catalog

WARRANTY & CONDITION
Most of these items are either new in the box or some are online returns. Some of the items may have been previously opened, used, or have been damaged. The photos used are stock photos and are representative of the merchandise. Each item is listed per their individual UPC label. Please pay close attention to the item's description, as our staff flags item(s) that are incomplete and/or damaged. These items will contain additional details about their condition. ALL SALES ARE FINAL. Items are sold as-is with no warranty. No refunds will be made.

15.00% Buyer's Premium

$2.00 Per Lot Fee

This Auction Uses Proxy Bidding.

Active

Gotrax GKS Lumios Electric Scooter for Kids Age 6-12, Max 6.25 Mile and 7.5Mph S Gotrax GKS Lumios Electric Scooter for Kids Age 6-12, Max 6.25 Mile and 7.5Mph S (1)

MSRP: $149 - NEW

Item # 719

Gotrax GKS Lumios Electric Scooter for Kids Age 6-12, Max 6.25 Mile and 7.5Mph S (2)

  • Gotrax GKS Lumios Electric Scooter for Kids Age 6-12, Max 6.25 Mile and 7.5Mph S (3)

  • Gotrax GKS Lumios Electric Scooter for Kids Age 6-12, Max 6.25 Mile and 7.5Mph S (4)

  • Gotrax GKS Lumios Electric Scooter for Kids Age 6-12, Max 6.25 Mile and 7.5Mph S (5)

  • Gotrax GKS Lumios Electric Scooter for Kids Age 6-12, Max 6.25 Mile and 7.5Mph S (6)

  • Current Price $1.00 ( )
  • Your Maximum Bid Is $0.00

  • 1 Bid(s) View Bid History

Payment Options Seller Accepts Credit Cards

Details

  • Item # 719
  • Listing ID 289334958
  • End Date
  • Start Date

Description

NEW

Product Link*

Retail Price: $ 149

www.amazon.com/dp/B08NPT62JH*

*For Reference Only. Please read the condition comment and look at the pictures of the actual product

EK - Edward

FAQs

How fast is the Gotrax GKS electric scooter? ›

GOTRAX GKS Electric Scooter for Kids (BLACK) - 7.5mph - 4mi Range - 6" Wheels. Almost sold out!

How many miles can a Gotrax scooter go on a full charge? ›

Perfect for short commutes and adventures around the neighborhood with a 15.5 MPH top speed and 12 mile range.

How long does Gotrax scooter battery last? ›

The V2 is perfect for short commutes and the 36V battery can keep you out on the road for up to 12 miles on a single charge, or at least that's what the specs say … in realistic conditions you're more likely to see around 10 miles and if you are on the upper end of the 220 lbs weight limit riding the scooter to its max ...

How do I make my Gotrax scooter go faster? ›

How is Gotrax Apex speed limiter removal done? If you own a Gotrax Apex electric scooter and would love to remove its speed limiter, then you can only succeed by swapping the BMS, battery, motor, and controller. That way, you inject more power into the motor, which is what will make your Gotrax Apex scooter faster.

How long does it take to charge a GoTrax battery? ›

The GoTrax Apex can reach full charge within just 4 hours. For a scooter of the Apex's size, specs, and power, this is about industry standard. The charging port is located to the rear of the scooter, just below the fender.

Which electric scooter has the highest speed? ›

Best Top-speed Electric Scooters in India 2023
Electric ScootersTop speed
Ather 450X90 KM/H
Ola S1 Air90 KM/H
TVS iQube78 KM/H
Bajaj Chetak70 KM/H
2 more rows
Feb 9, 2023

Can I leave my scooter on charge all the time? ›

You should not constantly keep charging your mobility scooter when the battery is fully charged. You can check the charge on the battery gauge. It is recommended that the batteries be fully charged at least 24 hours before use. Please don't use your scooter until it's fully charged.

Is it OK to charge electric scooter everyday? ›

For best practice you should fully recharge your electric scooter each day after you use it without overcharging it. Even if you are not using it every day though, plug it into a charger from time to time to keep the battery turning over.

Can you ride Gotrax in the rain? ›

Our electric scooters and e-bikes can handle light to mild rain for your commute and quick trips. We recommend avoiding deep puddles and heavy rainstorms though as it could lead to problems with the wiring or battery in your ride. Keep your scooter safe this summer by riding when the sun is out and the skies are clear.

Can you leave a Gotrax scooter plugged in? ›

When you do bring your PEV be sure to not leave it charging overnight. GOTRAX products have overcharge protection but its best to let it charge with in the 4-5 hour time frame.

Why is my electric scooter running out of battery so fast? ›

Environmental Conditions, such as extreme cold or heat, can cause batteries to work harder. Also, power depletes faster when a scooter is used over rough or bumpy terrain. Frequent Stops, Starts & Climbs, as opposed to steady-paced driving over flat, even surfaces, are a common cause of battery power depletion.

How do I remove the speed limiter on my electric scooter? ›

To go about this:
  1. Unscrew the scooter's deck.
  2. Remove the metallic piece that holds the battery in place.
  3. Gently press the pin containing the wires that connect the battery to the speed connectors so that all those plugs can come off.
  4. Open up the speed limiter by unscrewing it.
Apr 16, 2023

Why wont my scooter go full speed? ›

The most common cause for an e-scooter that doesn't run or accelerate at full throttle is due to a battery or battery pack that's old, worn out, or defective.

Why are electric scooters so slow? ›

Why is My Electric Scooter Running Slow? Here are possible causes of slow electric scooters. If your e-scooter suddenly runs slowly, the most common cause is a defective or old battery. When a lead-acid battery contains zero to 10 per cent of charge, it will still run but with a significantly low power level.

How often should I charge my Gotrax scooter? ›

Charging your electric scooter should take no more than 4-6 hours. Don't charge overnight, charging the battery overnight can decrease the batteries lifespan. If you don't use your electric scooter for prolonged periods of time, most likely in winter, we still recommend to charge it every other week and power it on.

How often should I charge my scooter battery? ›

Ideally, batteries should be charged every night after the scooter has been used to their full capacity, even if you have only gone out for a short ride and your battery bar indicates that your batteries still have charge left in them.

How many times can you charge a scooter battery? ›

How many times can you charge an electric scooter battery? Electric scooters can go through between 300 to 500 charging cycles before starting to lose battery capacity.

What scooter goes 80 mph? ›

The Rion 2RE70 Thrust currently holds the title as the fastest electric scooter in the world by a sizeable margin. It can go at least 80 MPH (more, depending on rider weight, battery charge, terrain, etc.) and lasts for up to 50 miles on a single charge of the 30 ah/84V lithium battery.

Can an electric scooter go 35 mph? ›

NANROBOT D4+3.0, 35 MPH budget electric scooter.

Can I leave my electric scooter in the cold? ›

Cold Weather Affect Scooter

Most scooters use Lithium-Ion or Lead-acid batteries as their power source. The cold weather can affect these batteries, especially if the temperature falls below 32° F (0° C). When that happens over a long period, the scooter's battery slowly loses its overall capacity and becomes unusable.

Can I leave my electric scooter plugged in overnight? ›

Don't Leave The Scooter On While It's Charging

The only time you can leave your scooter on is if it doesn't have a monitor function to show you how charged the batter is. Remember that leaving your e-scooter to charge for longer than it needs can impact your battery life.

Is it OK to charge scooter overnight? ›

Never leave an electric scooter charging overnight or for an extended period. Overcharging can lead to overheating, which can lead to a fire.

How long can an electric scooter go without charging? ›

An electric scooter can cover between 35-40 miles on average on one full charge. Nevertheless, that depends on several factors. This article looks at various factors impacting an electric scooter range and how to improve the range. Plus, we tell you the right electric scooter.

How long does an electric scooter last without charging? ›

The typical range for an e-scooter battery is between 20-40 miles per charge, or 32-64km. This can vary, though. To maximise your battery life, t's important to be mindful of your riding conditions and riding style.

Should you charge electric scooter to 100%? ›

You don't need to charge your battery to 100% every time you use it. In fact, your battery will last longer if you don't charge it to 100% each time. However, if you expect to be using your scooter for a long journey, it's fine to keep charging until you reach 100%.

Can you ride Gotrax in snow? ›

The Gotrax has an IP54 rating that protects the internal circuitry from water damage. You could ride the scooter in the snow and on ice.

Is it bad to leave an electric scooter in the rain? ›

Remember, water-resistant electric scooters might tolerate excessive moisture, but the battery won't stand up to the exposure. Leaving a scooter in rain is never a good idea. You should always park it in a covered area for protection or cover it with a tarp.

Can an electric scooter get messed up in the rain? ›

Many people are concerned about whether electric scooters can be used in the rain. The simple answer is yes. Most scooters can ride freely in light rain, but riding in heavy rain will cause problems such as electrical system damage on the scooters, which will greatly affect future use.

Can I leave my electric scooter in the garage? ›

One thing that you might want to think about is where to put your electric scooter. Ideally, you need a clean, dark, and dry place to keep it in good condition. The garage or small room storage would be a great place to store your e-scooter. However, anywhere is fine as long as it meets the right conditions.

How much does a new battery for a scooter cost? ›

An electric scooter battery costs between 60,000 and upto 1,20,000 for an average model. It can be less or more in some cases.

What to do if electric scooter runs out of battery? ›

So, if you own an e-vehicle or scooter and it gets low on charge, it is better to tow that vehicle to the nearest charging station. But if you are not near such power stations, it is always best to call for a tow truck.

Can I upgrade my scooter battery? ›

Depending on the model and service package you have with your mobility scooter you can upgrade your mobility scooter battery. Upgrading to a Lithium or Lead Crystal battery will provide you which a much better range (typically up to 20% further).

Is it bad to overcharge electric scooter? ›

As previously mentioned, it's best not to overcharge your e-scooter as it can damage the capacity of the battery. The extra charge will cause the plating of metallic lithium, which blocks the flow of ions and electrons, causing it to degrade.

What are the common problems in electric scooter? ›

Electric scooter problems and solutions in this article
  • Error codes.
  • The scooter battery dies.
  • The e-scooter is slowing down or stopping.
  • The battery charger is defective.
  • The motor is overheating.
  • The controller is faulty.
  • A flat tyre.
  • Brake problems.
Jan 20, 2023

Why does my scooter turn off when I stop? ›

Check your circuit breaker and see if it is very warm or has loose wires. Make sure the wires are secured properly. Overloading or steep inclines can cause the breaker to trip. Wait for a few seconds after stopping and try starting it again.

Is it OK to remove speed limiter? ›

Speed limiter removal for economy is 100% safe in terms of vehicle reliability because all we are doing is telling the engine to reach a lower top speed than it would normally otherwise do, and because of this excessive speeding isn't an issue because a vehicle's ECU can be told to not exceed more than 70mph – keeping ...

Can you bypass speed limiter? ›

To make a long story short, yes, there are ways to disable your car's speed limiter. Like most computers, the functions of your car's engine computer can be modified. But that's not always easy to pull off. Believe it or not, some cars have built-in ways to defeat the governor.

Can I adjust the speed limiter? ›

In traffic, the limiter will remain active as you slow down and speed up but you will need to adjust it if the speed limit changes. You can also override the limiter if you need to speed up quickly, by pressing down hard on the accelerator.

Why is my scooter bogging down when I accelerate? ›

Bogging down is usually caused by too much gas going thru the carburetor. If that does not solve the problem, you may need to have your carburetor cleaned or you may need a new carburetor.

Why won't my gotrax accelerate? ›

If your electric scooter starts but won't accelerate, then it could be a problem with loose, improperly functioning components or improper settings. To fix such problems: Fix any loose connections. Replace a damaged throttle.

Can I hack my electric scooter to go faster? ›

With such scooters, there is no way you can hack the controller to inject more power into the motor as the components are low-powered. In that case, the best choice you are left with is by buying electric components such as another battery, another controller, and another motor.

How do I get the maximum speed on my electric scooter? ›

BUT, changing your scooter battery for a higher voltage battery + changing the controller to one that supports the elevated voltage rating is a very effective way of increasing your scooters top speed.

Do electric scooters go slower when low battery? ›

Other reasons for slower speed: Low battery - If a scooter is running low on power, the speed will be impacted. You can check the battery percentage of a scooter before and during your ride.

How fast is GoTrax G4? ›

Speed & Acceleration

Zooming onto the scene with an impressive top speed of 20 mph, the G4 is easily the fastest scooter in the GoTrax range.

How fast does the GoTrax G2 go? ›

Make your daily ride a blast with Gotrax's G2 Electric Kick Scooter! The power-packed 200-watt motor gives the G2 electric scooter the kick it needs to reach a top speed of 15.5 mph - so you'll touch down at your destination in record time!

How fast is the GoTrax XR? ›

Speed & Acceleration

The guys at GoTrax say that the XR Ultra delivers a top speed of 15.5 mph, which is a standard speed for a budget scooter.

How fast does a GoTrax G4 go? ›

The Gotrax G4 has a tested 20.0 mph top speed — a new record in the budget commuter class.

Which is better Hover 1 or GoTrax? ›

The Hover-1 Revel also has the least powerful motor of any hoverboard we tested – just 220 W vs the GoTrax Glide's 400 W. Additionally, the Hover-1 Rebel has only a 130 pound weight capacity vs the GoTrax's 220 pounds!

Can you ride GoTrax g4 in the rain? ›

Our electric scooters and e-bikes can handle light to mild rain for your commute and quick trips. We recommend avoiding deep puddles and heavy rainstorms though as it could lead to problems with the wiring or battery in your ride. Keep your scooter safe this summer by riding when the sun is out and the skies are clear.

Are GoTrax scooters waterproof? ›

Our electric scooters are rated IPX4 in waterproofing or higher. They can handle light rain and splashing but prolonged exposure to heavy rain can damage the e-scooter. Be sure to check the weather the days you're riding!

Can I charge my Gotrax overnight? ›

When you do bring your PEV be sure to not leave it charging overnight. GOTRAX products have overcharge protection but its best to let it charge with in the 4-5 hour time frame.

Does the Gotrax have Bluetooth? ›

Features. Find a hoverboard that checks off all your boxes. LED Infinity wheels, chrome finishes, self-balancing, and bluetooth are just a few of perks to our hoverboards.

Are Gotrax scooters foldable? ›

All of GOTRAX's electric scooters for adults feature a folding mechanism however, the process for folding an electric scooter will vary depending on the specific model. Don't worry though we're here to give you a step by step guide on how to properly use your folding adult e-scooter for easy carrying and storage.

Can you ride gotrax scooter on gravel? ›

Capable of handling dirt, gravel, pavement and any other material you may ride on truly makes these some of our best scooters yet.

How much weight can a Gotrax hold? ›

Maximum weight capacity is 220 lbs.

How long does it take to get a Gotrax scooter? ›

Our standard order processing time is 1-2 business days and orders generally arrive between 3-5 business days after that. Our holiday order processing time is 2-3 business days and orders generally arrive between 3-5 business days after that. - Addresses outside the continental U.S.

Does gotrax scooter have an app? ›

In our app, you will find everything you want and need to know about your gotrax gxl v2 user guide ...

Top Articles
Latest Posts
Article information

Author: Chrissy Homenick

Last Updated: 05/25/2023

Views: 6052

Rating: 4.3 / 5 (54 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Chrissy Homenick

Birthday: 2001-10-22

Address: 611 Kuhn Oval, Feltonbury, NY 02783-3818

Phone: +96619177651654

Job: Mining Representative

Hobby: amateur radio, Sculling, Knife making, Gardening, Watching movies, Gunsmithing, Video gaming

Introduction: My name is Chrissy Homenick, I am a tender, funny, determined, tender, glorious, fancy, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.