Ford Ranger Explorer 4.0 OHV V6 66mm Throttle Body 90-01 - Reconditioned (2023)

Search By Year, Make and Model

" ).insertAfter( "#ymm_searchbox .formFields ul.dropdowns li."+current_field); }} function hideLoader(){ jQuery('#ymm_loader').remove();} function ymmInit(){(function($){ if(search_bttn == "") { search_bttn = "Search"; } if(reset_bttn == "") { reset_bttn = "Reset"; } if(none_lbl == "") { none_lbl = "None"; } var tags = ""; if(typeof query_params[1] != "undefined") { tags = query_params[1].split("~");} //Get First Dropdown onload jQuery.ajax({type: "GET", dataType: 'jsonp', url: data_url,data: "domain="+shop_domain+"&action=onload&load=all&version=updated&ver_no=2",success: function(res) { if(tags == ""){ //search is not performed yet. if(res.html != null) { jQuery(".formFields ul.dropdowns").append(res.html); var $dropdowns = jQuery(res.html).find('.ymm-filter'); $dropdowns.find('option:first').each(function () { var curr_drop_id = jQuery(this).parent().attr("id"); var curr_text = jQuery(this).text(); var final_lbl = curr_text.replace('Select',select_lbl); var final_lbl_arr = final_lbl.split("--"); jQuery("#"+curr_drop_id+" option:first").text(final_lbl_arr[0]+" "+final_lbl_arr[1]); }); jQuery(".ymm-filter").find("option[value*='none']").html(none_lbl); var li_element = jQuery(".formFields ul.dropdowns").find('li.ymm_bttns'); if (!li_element.length) { jQuery(".formFields ul.dropdowns").append('

  • ');} } }}}); //Get Next Dropdowns on change in Sequencial order jQuery(document).on('change','[id^=dropdown]',function() { var arr = jQuery(this).attr("id").split("-"); var current_field = arr[1]; var dropdown_val = jQuery(this).val(); var field_val_Arr = []; var next_all = jQuery("li."+current_field).nextAll().find("select"); next_all.prop("disabled", true); next_all.val("-1"); jQuery("#ymm_searchbox .formFields .dropdowns select[id^=dropdown]:visible").each(function(i, e) { if(e.value != -1){ var dropval = e.value; field_val_Arr.push(dropval); } var first_field = jQuery('#ymm_searchbox .formFields .dropdowns > li:nth-child(1) select[id^=dropdown]').val(); var second_field = jQuery('#ymm_searchbox .formFields .dropdowns > li:nth-child(2) select[id^=dropdown]').val(); if(first_field==-1 || second_field==-1) { disableSearch(); } else { enableSearch(); } }); if(dropdown_val != "-1") { showLoader(current_field); jQuery.ajax({type: "GET", dataType: 'jsonp', url: data_url,data: "domain="+shop_domain+"&load=all&data_filter=updated&action=onchange&version=updated&ver_no=2&current_field="+current_field+"&prev_val="+encodeURIComponent(field_val_Arr)+"&current_val="+encodeURIComponent(dropdown_val),success: function(res) { if(res.html != "last_element~"){ var returned_fieldname = res.html.split("~"); //jQuery(".formFields ul.dropdowns ."+returned_fieldname[1]).remove(); jQuery(returned_fieldname[0]).insertAfter(".formFields ul.dropdowns ."+current_field); var $dropdowns = jQuery(res.html).find('.ymm-filter'); $dropdowns.find('option:first').each(function () { var curr_drop_id = jQuery(this).parent().attr("id"); var curr_text = jQuery(this).text(); var final_lbl = curr_text.replace('Select',select_lbl); var final_lbl_arr = final_lbl.split("--"); jQuery("#"+curr_drop_id+" option:first").text(final_lbl_arr[0]+" "+final_lbl_arr[1]); }); jQuery(".ymm-filter").find("option[value*='none']").html(none_lbl); var li_element = jQuery(".formFields ul.dropdowns").find('li.ymm_bttns'); if (!li_element.length) { jQuery(".formFields ul.dropdowns").append('

  • ');} } hideLoader();} }); } }); //After Search Filter performs show selected dropdowns values if(tags != "") { jQuery.ajax({type: "GET", dataType: 'jsonp', url: data_url,data: "domain="+shop_domain+"&load=all&subaction=show_all&action=getdropdowns&version=updated&ver_no=2&tags="+encodeURIComponent(tags),success: function(res) { jQuery(".formFields ul.dropdowns").html(res.html); var $dropdowns = jQuery(res.html).find('.ymm-filter'); $dropdowns.find('option:first').each(function () { var curr_drop_id = jQuery(this).parent().attr("id"); var curr_text = jQuery(this).text(); var final_lbl = curr_text.replace('Select',select_lbl); var final_lbl_arr = final_lbl.split("--"); jQuery("#"+curr_drop_id+" option:first").text(final_lbl_arr[0]+" "+final_lbl_arr[1]); }); jQuery(".ymm-filter").find("option[value*='none']").html(none_lbl); var li_element = jQuery(".formFields ul.dropdowns").find('li.ymm_bttns'); if (!li_element.length) { jQuery(".formFields ul.dropdowns").append('

  • ');} enableSearch();} }); } //On click of Search button build search filter URL jQuery(document).on('click','#ymm_search',function() { var dropval = ""; var loop_cnt = 0; var append_tag = ""; jQuery("#ymm_searchbox .formFields .dropdowns select[id^=dropdown]:visible").each(function(i, e) { dropval = e.value; loop_cnt++; if(dropval != "-1") { if(loop_cnt >= 1) { if(dropval != "") { if(dropval.indexOf("_none")== -1) { append_tag += dropval+"~"; } } } } }); append_tag = removeLastSign(append_tag); //Redirect to shopify Product for this searched ymm entry jQuery.ajax({type: "GET", jsonp: "callback", dataType: 'jsonp', url: data_url,data: "domain="+shop_domain+"&front_domain="+front_domain+"&action=get_single_product&tags="+encodeURIComponent(append_tag), success: function(res) { window.location.href = res.prd_handle;//786} }); }); //Reset function jQuery(document).on('click','#ymm_reset',function() { disableSearch(); var c = 0; jQuery("#ymm_searchbox .formFields .dropdowns select[id^=dropdown]:visible").each(function(i, e) { c++; var dropdown_id = jQuery(this).attr("id"); if(c == 1) { jQuery("#"+dropdown_id).val("-1"); } else { jQuery("#"+dropdown_id).val("-1"); jQuery("#"+dropdown_id).prop('disabled',true); } }); }); })(jQuery);} //Check jquery lib. is already included or not and if version is less then call jquery lib through our App.if ((typeof jQuery === "undefined") || (jQuery.fn.jquery.replace(/\.(\d)/g,".0$1").replace(/\.0(\d{2})/g,".$1") < "1.08.01")) { window.ymmLoadScript("//code.jquery.com/jquery-1.12.4.min.js", function (){ jQuery.noConflict(); ymmInit(); }); } else { ymmInit(); }

    : 1580-R

    : In stock

    : Throttle Body

    $254.99 $299.99

    You save 15%

    • Product Overview

    Ford Ranger Explorer 4.0 OHV V6 66mm Throttle Body 90-01 - Reconditioned

    Ford Ranger Explorer 4.0 OHV V6 66mm Throttle Body 90-01 - Reconditioned (6)

    PART #1580-R

    FEATURES:

    • Easy 12-15 RWHP Increase
    • 66mm Throttle Body Bore
    • CNC Machined Aluminum Casting
    • All Required Gaskets Included
    • Direct Fit Replacement
    • Designed and Manufactured In USA
    • Reconditioned Item. All required hardware included. Covered by one year warranty

    VEHICLE FITMENT:

    • 1990-2000 Ford Ranger / Explorer 4.0L V6 OHC
    • Does NOT fix SOHC

    Improved Power and Throttle Response
    Increase throttle response and performance on your 1990-2000 Ford Ranger/Explorer 4.0L with this BBK Performance 66mm throttle body. BBK Performance throttle bodies create quicker throttle response and better acceleration. This throttle body will increase airflow to your engine adding more horsepower and torque to the wheels.

    Designed to Perform
    BBK Performance throttle bodies are CNC machined from high quality 356 aluminum castings to ensure perfect OEM quality and fit every time. Features die stamped throttle linkages double sealed bearings and o ringed throttle shafts

    Easy Installation
    This throttle body is designed to be an easy direct fit replacement for a hassle free installation. BBK Performance throttle Bodies are designed and manufactured in the USA. New gaskets are included.

    Emissions Information
    Ford Ranger Explorer 4.0 OHV V6 66mm Throttle Body 90-01 - Reconditioned (7)

    This part is C.A.R.B Approved. EO Number Is D-245-15
    It is Legal For use on the following applications in ALL 50 States: 1990-2000 Ford Ranger, Explorer 4.0L OHC applications

    Ford Ranger Explorer 4.0 OHV V6 66mm Throttle Body 90-01 - Reconditioned (8)

    Warranty & Return Policy

    We offer a 100% satisfaction guarantee for 30 days from date of purchase. Returns are accepted within 30 days if the items are unused, in their original packaging and in the original sellable condition.

    ALL returns are subject to inspection and a minimum 10% restocking fee.

    ALL Returns are processed and credited back to the payment method used to pay for the item originally within 3-5 days of receipt of goods.

    Please NOTE:All returns for refund must be shipped back to BBK prepaid via ground shipping.

    ALL SHIPPING CHARGES ARE CUSTOMERS’ RESPONSIBILITY – NO SHIPPING CHARGES WILL BE REFUNDED.

    ALL RETURNS MUST BE AUTHORIZED.

    All Return requests must be made by emailing warranty@bbkperformance.com or by calling 386-624-0025.

    ALL BBK Performance parts are covered by our warranty for 1 year from date of original purchase - No Exceptions - A copy of your original dated purchase receipt is required along with a full product questionnaire. We will email you the forms and request the dated purchase receipt after calling or emailing us - Once we have this information from you and a warranty/return is approved - an RGA/RMA number plus all the required information will be emailed to you. Please follow the instructions to return the item to us for a warranty inspection or return.

    Any item returned without an RGA/RMA number will be refused by us and sent back to original shipper.

    All returns must be insured for the full value to protect yourself against shipment loss. Customer is responsible for all return shipping charges.

    Any part which in our professional opinion shows evidence of being used or installed contrary to the manufacturer’s instructions, and/or was handled improperly, including packaging or shipping by the customer, will not be eligible for exchange, refund or warranty consideration. Due to the fact that there are many variables when installing auto parts, BBK Performance will not be held responsible for any consequential or incidental damages incurred during product installation and will not be held responsible for any labor charges on any products that are defective, do not fit, are damaged, or ordered/shipped incorrectly.

    BBK PERFORMANCE WARRANTY GUIDELINES

    1. All BBK products are warranted against any defect in materials or craftsmanship for a period of one year from the date of purchase. These terms apply as long asit has been established that the product in question was installed and used in accordance to all BBK guidelines and was not used for racing or competition purposes.

    2. BBK Performance will not be held responsible for any consequential or incidental damages incurred during installation and will not be heldresponsible for any incidental or labor charges on any products that are defective, warranted, damaged, or parts that were purchased incorrectly.
    PLEASE NOTE SOME PRODUCT SPECIFICS ARE NOT COVERED BY WARRANTY - SUCH AS ELECTRONICS, COATINGS/FINISHES, BUSHINGS AND HOSES ETC. -RUST/RUSTING IS NOT COVERED BY WARRANTY.We DO NOT recommend header wrap on any BBK Exhaust product - It will VOID any and all warranties on BBK exhaust headers and pipes.

    3. If your warranty issue is after the stores replacement or return policy (usually 30 days) – you will need to contact the BBK Performance warranty departmentdirectly via e-mail warranty@bbkperformance.com to request a warranty return number and warranty approval.BBK will e-mail you a request for a copy of the original product receipt and also a product questionnaire to fill out to help us determine why the BBK product has causeda warranty issue.The original receipt must show the original date of purchase and it must also be supplied via e-mail along with the product questionnaire or the warranty is null and void. If your part is approved for a warranty return, you will be issued a Return Goods Authorization number (RGA) and the BBK return address to send the part backfor inspection.

    Please be sure to include your name, return address and contact phone number in the box when you ship the part back for identification purposes. PRINT OFF THERETURN APPROVAL FORM WE E-MAIL TO YOU AND PUT IN THE BOX IS THE SIMPLEST WAY AS IT CONTAINS ALL YOUR INFORMATION INCLUDING THE RGA #The Item must be shipped back to BBK prepaid via ground shipping. ALL SHIPPING CHARGES ARE CUSTOMERS’ RESPONSIBILITY – NO SHIPPING CHARGES WILLBE REFUNDED. WE WILL PAY THE SHIPPING CHARGES TO SHIP THE ITEM BACK TO YOU.

    The return authorization number (RGA) must be clearly marked on the outside of the package in order for our warranty department to process the item. If no RGA isvisible – or if package is sent collect freight - package will be refused and sent back to you at your expense.Upon receipt of your warranty return it will be inspected by our BBK warranty engineers. If your BBK Product is determined to be defective and covered by ourwarranty, the item will be immediately repaired or replaced at no cost to the consumer.PLEASE NOTE: WE DO NOT ISSUE ANY KIND OF PRODUCT REFUNDS ON ANY WARRANTY RETURNS; THIS INCLUDES SHIPPING AND LABOR CHARGES.

    4. ALL Warranty Returns are processed within 2-3 days of receipt and you will be notified of the status of your return – please refer to your RGA # you were issuedin all communications with us – warranty@bbkperformance.com

    5. All warranties are valid from the original date of purchase only – they are NOT pro-rated based on a warranty part – replacement or repair.

    6. BBK Performance is not responsible for product fitment, print, Internet typographical and photographic errors.

    7. BBK Performance reserves the right to charge a minimum 10% restocking fee for all non-defective RGA requests or returned items purchased directly from theBBK Performance website in error.

    Ford Ranger Explorer 4.0 OHV V6 66mm Throttle Body 90-01 - Reconditioned (9)

    $254.99 $299.99

    ', prevArrow: '

    ', fade: true, accessibility:false, verticalSwiping: false, arrows : false, asNavFor: '.slider-nav' }); $('.slider-nav').slick({ infinite: true, slidesToShow: 5, slidesToScroll: 1, asNavFor: '.slider-for', verticalSwiping: false, dots: false, accessibility:false, focusOnSelect: true, nextArrow: '

    ', prevArrow: '

    ', responsive: [ { breakpoint: 1200, settings: { slidesToShow: 5, slidesToScroll: 1 } }, { breakpoint: 1024, settings: { slidesToShow: 5, slidesToScroll: 1 } }, { breakpoint: 768, settings: { slidesToShow: 4, slidesToScroll: 1, dots: false } }, { breakpoint: 321, settings: { slidesToShow: 3, slidesToScroll: 2, dots: false } }, ] }); } }; $(window).load(function() { slider(); if ($(window).width() >= 992 && $('.zoomContainer').length === 0) { $(".fancybox").fancybox(); var zoomOptions = { cursor: "crosshair", galleryActiveClass: 'active', imageCrossfade: false, scrollZoom: false, onImageSwapComplete: function() { $(".zoomWrapper div").hide(); }, loadingIcon: window.loading_url }; $(".slider-for .slick-current img").elevateZoom(zoomOptions); $(".slider-for ").on("beforeChange", function(event, slick, currentSlide, nextSlide) { $.removeData(currentSlide, "elevateZoom"); $(".zoomContainer").remove(); }); $(".slider-for ").on("afterChange", function() { $(".slider-for .slick-current img").elevateZoom(zoomOptions); }); } }); var timer; var winW = $(window).width(); $(window).on('resize.refreshSlick', function() { clearTimeout(timer); timer = setTimeout(function() { var curW = $(window).width(); if (curW >= 768 && winW < 768) { $('.slider-for').slick('unslick'); $('.slider-nav').slick('unslick'); $('.slider-nav').find('.slick-list').removeAttr('style'); $('.slider-nav').find('.slick-track').removeAttr('style'); $('.slider-nav').find('.slick-slide').removeAttr('style'); $('.slider-nav').find('button.slick-arrow').remove(); slider(); } winW = curW; }, 500); }); $(".tab-vertical>ul>li").on('click', function () { $(".tab-vertical>ul>li").removeClass("active"); $(this).addClass("active"); });

    FAQs

    How much HP does a BBK throttle body add? ›

    The average naturally aspirated vehicle will gain 10-12 horsepower and boosted applications typically pick up even more. BBK Throttle Intake starts with a CNC machined 356 aluminum casting to ensure a perfect fit on your 1996-2004 Mustang GT.

    What size is the throttle body on a 5.0 Explorer? ›

    The stock LX and GT 5.0L throttle body is a single bore unit measuring 58mm in diameter.

    What does 90 mm throttle body do? ›

    This throttle body will increase airflow to your engine adding more horsepower and torque to the wheels. Our BBK 90mm Hemi throttle bodies are CNC machined from high quality 356 aluminum castings to ensure perfect OEM quality and fit every time.

    How much HP does an upgraded throttle body add? ›

    Gains from a throttle body can be dependent on modifications. Generally speaking, anytime a throttle body is added, there will be some added horsepower. The amounts can range from 5-25 HP depending on what other modifications are done to the engine.

    How do I choose the right size throttle body? ›

    There are several factors to consider when selecting throttle body diameter, power output, RPM, cylinder head design, engine capacity, injector position and throttle body position along the inlet path.

    Does a bigger throttle body require a tune? ›

    For pre-2005 vehicles, a tune is not required with the addition of a new throttle body. For 2005+ vehicles, a tune is recommended for throttle body changes & updates. Please Note: Some throttle bodies require a tune for installation.

    Is bigger throttle body always better? ›

    A bigger throttle body can only suck so much air if restricted by your cold air intake. Other things that effect if the bigger throttle body will truly make more power is ported heads, cam selection along with exhaust setup.

    What can a bad throttle body do? ›

    When the throttle body gets dirty, it has a direct effect on how smoothly the engine operates. Signs indicating a problem include rough idling, jumpy or sluggish acceleration, poor fuel economy, and stalling.

    Does throttle body affect speed? ›

    This is a throttle body, and it's what controls the speed of your vehicle. You see, if you depress on the accelerator, either a motor or a cable is going to operate this lever, and what it's going to do is open these throttle plates in here.

    Will throttle body increase gas mileage? ›

    When it comes to improving mileage, the fuel filter is only where it begins. Over time, your engine's throttle body collects debris that can make your engine idle rough and decrease fuel economy.

    Does throttle body increase mpg? ›

    Consider having your throttle body cleaned to help improve fuel mileage. Ensuring your spark plugs are changed as often as recommended can also help increase your fuel mileage. An old or warn spark plug will not produce a powerful spark which will lead to poor combustion and a lack of power.

    How much HP do you gain with a cold air intake? ›

    Cold Air Intakes are said to improve your vehicle's performance by 5-20 horsepower. This number will vary depending on the make and model of your vehicle. While this isn't enough power to put you back in your seat, it will give your car or truck a little pep in its step.

    What does a BBK throttle body do? ›

    BBK Performance throttle bodies create quicker throttle response and better acceleration. This throttle body will increase airflow to your engine adding more horsepower and torque to the wheels.

    How much HP does BBK headers add? ›

    With larger tubing and smoother bends, you get more exhaust flow, freeing up the extra power held back by restrictive manifolds. BBK testing has shown gains up to 30+ horsepower with supporting mods! These headers are finished in a titanium ceramic coating for lifelong looks under the hood of your Mustang.

    Do throttle controllers increase HP? ›

    Does a throttle controller increase horsepower? No, the throttle controller does not increase horsepower. The electronic throttle control is designed to improve your acceleration times by increasing the performance of your engine.

    How much horsepower do you get from a throttle body? ›

    In addition to increasing acceleration performance, performance throttle bodies can also boost overall horsepower. This gives the engine increased power and torque, which may be helpful in situations such as towing. Commonly, adding an aftermarket throttle body can increase engine power by 15 hp to 25 hp.

    How can I improve my throttle response? ›

    How to Get Better Throttle Response
    1. Step 1: Install a Cold Air Intake. One of the best ways to improve throttle response is to install a cold air intake. ...
    2. Step 2: Upgrade the Exhaust System. ...
    3. Step 3: Install a Throttle Body Spacer. ...
    4. Step 4: Replace Spark Plugs and Wires. ...
    5. Step 5: Change Air Filters.
    Aug 23, 2022

    What happens with a bad throttle body? ›

    When the throttle body is not operating effectively, one of the tell-tale signs is poor or low idling. This includes the engine stalling after coming to a stop, a very low idle after starting, or stalling when the accelerator pedal is pressed down rapidly.

    Does changing throttle body do anything? ›

    Upgrading an entire fuel system typically involves replacing: The throttle bodies: Bigger throttle bodies can provide greater throttle response and increased power. Fuel injectors: High-flow fuel injectors can improve the air/fuel mixture for more efficient combustion.

    What headers make your car louder? ›

    While a stock cast iron exhaust manifold will keep your sound contained, upgrading to 304 stainless steel high-performance headers shows what your ride can do. While aftermarket headers won't make your car louder, they will improve your overall sound quality.

    Which headers add horsepower? ›

    Medium and long-tube headers allow an engine to make more horsepower at high rpm.

    How much HP do you gain with short tube headers? ›

    The headers will give you 8 to 15 additional HP gains, and come packaged with gaskets and the hardware needed for installation. Performance-tuned and engine-matched with performance gains at the lower to midrange RPM highway speeds. Perfect for lowered or raised pickups and tow vehicles.

    Does increasing HP increase speed? ›

    Horsepower refers to how much power your engine can produce in a certain amount of time. So, the more horsepower that your engine has, the faster you will be able to go.

    Will a throttle controller damage an ECU? ›

    A throttle response controller can help your car's engine respond more quickly to your input, which can help you avoid accidents. You might be wondering if throttle controllers damage your engine or vehicle. The simple answer is no.

    Does throttle response make your car faster? ›

    It improves acceleration for all vehicles with an electronic gas pedal. It catches the signal between accelerator pedal and control unit. Instead of the manufacturer's signal, the PedalBox sends a modified signal to the control unit, helping it to eliminate any lag or time delay when accelerating.

    Do you need a tune for a throttle body? ›

    Throttle body spacers do not affect overall performance or delivery of air / fuel. Since these spacers have little bearing on performance, a tune is not required after installation.

    Top Articles
    Latest Posts
    Article information

    Author: Aracelis Kilback

    Last Updated: 20/05/2023

    Views: 5480

    Rating: 4.3 / 5 (44 voted)

    Reviews: 83% of readers found this page helpful

    Author information

    Name: Aracelis Kilback

    Birthday: 1994-11-22

    Address: Apt. 895 30151 Green Plain, Lake Mariela, RI 98141

    Phone: +5992291857476

    Job: Legal Officer

    Hobby: LARPing, role-playing games, Slacklining, Reading, Inline skating, Brazilian jiu-jitsu, Dance

    Introduction: My name is Aracelis Kilback, I am a nice, gentle, agreeable, joyous, attractive, combative, gifted person who loves writing and wants to share my knowledge and understanding with you.