CLASS A - RIDGID 9GAL/4.25HP Wet/Dry Shop Vacuum (2024)

× 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) { if (ownerAllowsInstantCheckout && data.LineItemID) { var checkoutUrl = 'https://www.biddergy.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f411505936%2fCLASS-A-RIDGID-9GAL425HP-WetDry-Shop-Vacuum'; 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 (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=admin&template=ask_listing_question&listingID=411505937&returnUrl=%2FEvent%2FLotDetails%2F411505936%2FCLASS-A-RIDGID-9GAL425HP-WetDry-Shop-Vacuum'; 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=411505937&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://www.biddergy.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f411505936%2fCLASS-A-RIDGID-9GAL425HP-WetDry-Shop-Vacuum'; 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 (true && $("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=411505937&returnUrl=%2FEvent%2FLotDetails%2F411505936%2FCLASS-A-RIDGID-9GAL425HP-WetDry-Shop-Vacuum'; 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=411505937&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 = 107; var lastLotOrder = 113; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 409932960, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 107; var lastLotOrder = 113; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 409932960, 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://www.biddergy.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f411505936%2fCLASS-A-RIDGID-9GAL425HP-WetDry-Shop-Vacuum'; 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 (true && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=admin&template=ask_listing_question&listingID=411505937&returnUrl=%2FEvent%2FLotDetails%2F411505936%2FCLASS-A-RIDGID-9GAL425HP-WetDry-Shop-Vacuum'; 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=411505937&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); }); } }); });

Ended

CLASS A - RIDGID 9GAL/4.25HP Wet/Dry Shop Vacuum CLASS A - RIDGID 9GAL/4.25HP Wet/Dry Shop Vacuum (1)

1919 E Kilgore Service Road, Kalamazoo, MI 49001

Kalamazoo, MI - Showroom

Lot # KZ0015249

CLASS A - RIDGID 9GAL/4.25HP Wet/Dry Shop Vacuum (2)

  • SoldWinning Bid: $45.00
  • 9 Bid(s) View Bid History
  • Winner: ****ss
  • Ended on 05/30/2024 8:10PM ET

Item Description

  • Includes RIDGID 9 Gallon 4.25 Peak Horsepower NXT Wet/Dry Shop Vacuum for general cleanup around the garage or shop
  • Shop vac attachments include 1-7/8 in. Tug-A-Long, DUAL-FLEX locking hose, 3 extension wands, utility nozzle, and wet nozzle for specialized cleaning
  • Drum keying ensures the motor cover is correctly oriented to create optimal airflow
  • The lid latches tightly to the vac's drum, improving suction loss and convenience while carrying the wet/dry shop vac
  • Blower port adds versatility for blowing materials like leaves, grass clippings and more

Condition:New / Taken Out Of Original Packaging For Display

Color:Black / Orange

Dimensions:9 Gallon Capacity

Current Retail Price: $89.97

Class Key: Also see condition notes above for specific item details.

NEW - Items are in new condition.

CLASS A – Items that are like new and fully functional, original packaging may be open, dirty or missing. All pieces/parts are included. Items tested to the best of our ability.

​CLASS B – Items that have been slightly used or tested but are fully functional, item might show wear or have slight imperfections, scratches, dents, etc. but that does not affect functionality. Items tested to the best of our ability. Items can also be brand new and fully functional while having one damaged or missing part not affecting functionality.

CLASS C – Items that are missing parts or damaged to the extent that items may need slight repair or parts to function.

Inspection Times

All items listed in auction are located for inspection at our facility located at 1919 E Kilgore Service Road, Kalamazoo, MI unless otherwise noted. You are welcome to inspect the items before the auction anytime during our normal business hours which are Monday/Tuesday/Wednesday/Friday 9am-5pm, Thursday 9am-6pm, and Saturday 10am-2pm. Inspection is encouraged as all items are sold "as-is".

Condition

All items listed for auction are to be sold "as is, where as". All items are sold without warranty of any kind, neither expressed nor implied, all sales are final. Biddergy allows 7 days for marine items purchased in "running condition" to be inspected by a "certified marine technician".

Buyers Premium

18% BUYERS PREMIUM. If paying with cash, wire transfer, money order, or cashier's check, then 3% of the buyer's premium is waived, which makes it 15%.

Payment & Removal

Successful high bidders are to make payment and remove items no later than 7 days from specific purchase date. Biddergy accepts cash, wire transfer, money order, cashier's check, and credit cards (Visa, Discover, Mastercard, American Express). Successful high bidders are responsible for any federal, state, and local taxes that may apply. After this 7-day period if your invoice has not been both paid for and picked up, an automatic $2 per lot/per day storage fee will be added to your invoice and will be subject to being resold at the high bidder's expense. Biddergy reserves the right to charge your credit card on file if payment is not made during the designated time allotted. Our terms and conditions in their entirety can be found at www.biddergy.com/terms.

Sales Tax & Title Items

All bidders will be subject to 6% State of Michigan Sales tax. If you are tax exempt, please be prepared to provide our office with the proper documentation upon making payment.

Auctions

Auction dates and times are approximate and Biddergy reserves the right to alter times and dates at its discretion. Times are listed as Eastern Standard Time. All auctions are programmed to extend 5 minutes if last minute bids are placed. If no other bids are placed within 5 minutes, auction will end. Example - An item is scheduled to end at 8:00pm, a bid is placed at 7:58pm, the ending time will be extended 5 minutes making the end time 8:03pm, this will continue until no bids are placed during the last 5 minutes. Biddergy offers shipping between our auction centers, please contact our office at (866) 260-1611 for more information. Biddergy is also happy to work with your preferred shipping vendor, please contact our office for any handling fees that may apply.

CLASS A - RIDGID 9GAL/4.25HP Wet/Dry Shop Vacuum (2024)

FAQs

Are Rigid shop vacs any good? ›

The best shop vac overall: Ridgid 12-Gallon NXT HD1200

Combining durable construction, sky-high suction power and a lightweight design, this 12-gallon model hits that sweet spot of being large enough to handle heavy-duty projects but not so bulky that it's a hassle to maneuver around your home or workspace.

How much HP does a wet dry vac need? ›

Peak Horsepower:

Low (1-4.5 HP): Wet/dry vacuums with lower horsepower are suited for light cleaning tasks such as small spills. Medium (5-6 HP): Vacuums with medium horsepower are ideal for indoor and outdoor cleaning such as standard workshop and garden cleanup.

What is the difference between a wet vac and a shop vac? ›

Wet/dry vacuums are known for their ability to clean up both large debris and liquid messes. Many people refer to these vacuums as “shop vacs,” so we use the terms interchangeably in this article. However, it's important to note that Shop-Vac is also a brand that makes wet/dry vacuums (like Kleenex vs.

Is it worth buying a wet dry vacuum? ›

A wet and dry vacuum cleaner is the perfect choice for those who need the flexibility to tackle a variety of tasks. Wet/dry vacuums can handle: Floor Cleaning: Many wet/dry vacuums come with attachments for cleaning hardwood flooring and they can even be used as a standard vacuum for cleaning upholstery and curtains.

Is 4 HP good for a Shop-Vac? ›

To get excellent suction power, have a higher HP. If you have already vacuuming stuff, any 1-2 hp vac will do for removing dirt, san, and all types of debris. You are recommended to go for 4-5 hp.

Does more HP mean more suction on Shop-Vac? ›

Suction power is determined by the strength of the motor and the design of the airflow system, not by the horsepower rating. A Shop-Vac with a high horsepower rating may not necessarily have better suction power than one with a lower rating.

What is the most powerful wet and dry vacuum cleaner? ›

Our most powerful Wet and Dry vacuum cleaner, the Kärcher WD 6 is perfect for cleaning all round the car, garage and garden. Taking on the jobs too tough for your indoor vac.

Where are Ridgid vacuums made? ›

The Ridge Tool Company is an American manufacturing company that makes and distributes tools under the Ridgid brand name. The company was founded in 1923 in North Ridgeville, Ohio. In 1943, it relocated to its current location in Elyria, Ohio, and in 1966, it became a wholly owned subsidiary of Emerson Electric.

What does peak HP mean on Shop Vac? ›

When testing the performance of a Shop-Vac the term peak horsepower is used. This refers to the output of the motor, including the motor's inertial contribution, achieved in laboratory testing.

Can you suck up water with a shop vac? ›

For example, you can use a shop vac for water removal. A shop vacuum's ability to suck up water saves you from using towels to soak up water on the floor or trying to squeegee it away. A shop vacuum even acts as a pump to remove larger quantities of water standing in a tub, shower, pool, aquarium, or garden pond.

Can I use Ridgid Shop-Vac without filter for water? ›

Using a filter is essential to maintain the life of your RIDGID Wet/Dry vacuum. RIDGID's Wet Application Filter should be used when you're picking up high-volume liquid debris. This could be things like water and other liquid messes.

Can I use a shop vacuum for home? ›

While they are primarily intended for industrial use, they can be utilized for general household cleaning with some considerations: Suction Power: Shop vacuums are known for their powerful suction capabilities, which can effectively handle larger debris, spills, and heavy-duty cleaning tasks.

Is Ridgid a Home Depot brand? ›

Many people assume Ridgid is a house brand of The Home Depot. While Ridgid is sold at The Home Depot, it's owned by Emerson Electric, who bought it in 1966. Ridgid hand tools, with a red and black color scheme, are manufactured here in the U.S. by the Ridge Tool Company (owned by Emerson).

Can you use a ridgid shop vac without a filter? ›

Using a filter is essential to maintain the life of your RIDGID Wet/Dry vacuum. RIDGID's Wet Application Filter should be used when you're picking up high-volume liquid debris. This could be things like water and other liquid messes.

Why is my rigid shop vac blowing out dust? ›

Why does my Shop-Vac® wet dry vac blow dust back into my room? The dust isn't being stopped by the filter and is being exhausted out of the blower port and back into the air. This can be caused by a hole in the filter, the filter not being properly installed, or the dust being too fine for the filter.

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Horacio Brakus JD

Last Updated:

Views: 6444

Rating: 4 / 5 (71 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Horacio Brakus JD

Birthday: 1999-08-21

Address: Apt. 524 43384 Minnie Prairie, South Edda, MA 62804

Phone: +5931039998219

Job: Sales Strategist

Hobby: Sculling, Kitesurfing, Orienteering, Painting, Computer programming, Creative writing, Scuba diving

Introduction: My name is Horacio Brakus JD, I am a lively, splendid, jolly, vivacious, vast, cheerful, agreeable person who loves writing and wants to share my knowledge and understanding with you.