Tinker Air Force Base Fact Sheet (2024)

    ' + '

    ' + '

    SHOW PHOTO DETAILS

    '; } else { caption += $(this).find('figcaption').html() + getDetailsURL($(this).parent()) + getDownloadURL($(this).parent()) + showFBShare(); } } else { if (isMobile()) { caption += '

    ' + '

    ' + '

    ' + '

    ' + '

    ' + $(this).find('figcaption p').html() + '

    ' + getDetailsURL($(this).parent()) + getDownloadURL($(this).parent()) + showFBShare() + '

    ' + '

    ' + '

    SHOW PHOTO DETAILS

    '; } else { caption += '

    ' + '

    ' + $(this).find('figcaption p').html() + '

    ' + getDetailsURL($(this).parent()) + getDownloadURL($(this).parent()) + showFBShare(); } } return caption; }, afterLoad: function (instance, current) { //initial desktop view $(".fancybox-caption__body").addClass("a2a_kit").addClass("a2a_default_style"); if (isMobile()) $(".fancybox-caption__body").addClass("mobile"); }, afterShow: function (instance, current) { var $currentSlide = $(".fancybox-slide.fancybox-slide--current").parent().parent(); if (isMobile()) $currentSlide.find(".fancy-detail-link").on("touchstart", function () { captionToggle(); }); }, afterClose: function () { } })); let debounceTimer; $(window).on("resize", function (event) { if (isMobile()) return; if ($(".af3-caption-body").length > 0 && $(".af3-caption-body").css("height") != undefined) { event.stopImmediatePropagation(); $(".fancybox-caption__body").removeClass("half"); isDesktopInit = false; captionToggle(); debounceTimer = setTimeout(function () { clearTimeout(debounceTimer); debounceTimer = null; recalculateImageSize(); }, 1000); } }); function recalculateImageSize() { // Fancy box miscalculates because of race conditions with new layout var origImgWth = $(".fancybox-image").prop("naturalWidth"); var origImgHgt = $(".fancybox-image").prop("naturalHeight"); var winWth = $(window).innerWidth(); var winHgt = $(window).innerHeight() var ratio = Math.min(winWth / origImgWth, winHgt / origImgHgt); var newImgWth = (origImgWth * ratio); var newImgHgt = (origImgHgt * ratio); var dstTop = Math.floor((winHgt - newImgHgt)) / 2; var dstLeft = Math.floor((winWth - newImgWth)) / 2; $(".fancybox-content").removeAttr("style"); $(".fancybox-content").css("width", newImgWth + "px"); $(".fancybox-content").css("height", newImgHgt + "px"); $(".fancybox-content").css("transform", "translate(" + dstLeft + "px, " + dstTop + "px)"); } function captionToggle() { if ($(".fancybox-caption__body").hasClass("af3-caption-body")) { $(".af3-caption-body").stop(true, false).animate({ height: "0vh" }, 800, function () { // Animation complete. closeDetails(); }); $(".fancy-photo-detail-link").html($(".fancy-photo-detail-link").html().replace("CLOSE", "SHOW")); } else { $(".fancybox-caption__body").addClass("af3-caption-body"); $(".af3-caption-body").addClass(detailSize); $(".af3-caption-body").animate({ height: displayhgt }, 800); $(".fancybox-caption").addClass("af3-caption-bg"); $(".base-caption-info").addClass("full-height"); $(".fancy-photo-detail-link").addClass("photo-detail-gradient"); $(".fancybox-button").css("display", "none"); $(".fancy-photo-detail-link").html($(".fancy-photo-detail-link").html().replace("SHOW", "CLOSE")); $(".fancybox-caption__body").prepend(prependClosing()); $(".closing-box, .closingx").on("touchstart", function () { captionToggle(); }); } } function getDetailsURL(fbObj) { return 'DETAILS'; } function getDownloadURL(fbObj) { return 'DOWNLOAD'; } function showFBShare() { return ''; } function closeDetails() { $(".af3-caption-body").removeClass(detailSize); $(".fancybox-caption__body").removeClass("af3-caption-body"); $(".fancybox-caption").removeClass("af3-caption-bg"); $(".base-caption-info").removeClass("full-height"); $(".fancy-photo-detail-link").removeClass("photo-detail-gradient"); $(".fancybox-button").css("display", "block"); if (detailSize === "half") { detailSize = "full"; displayhgt = "90vh"; $(".fancybox-caption").removeClass("desktop-init"); } } function prependClosing() { return '

    ' } });

    ' + '

    ' + '

    SHOW PHOTO DETAILS

    '; } else { caption += $(this).find('figcaption').html() + getDetailsURL($(this).parent()) + getDownloadURL($(this).parent()) + showFBShare(); } } return caption; }, afterLoad: function (instance, current) { //initial desktop view $(".fancybox-caption__body").addClass("a2a_kit").addClass("a2a_default_style"); if (isMobile()) $(".fancybox-caption__body").addClass("mobile"); }, afterShow: function (instance, current) { var $currentSlide = $(".fancybox-slide.fancybox-slide--current.fancybox-slide--image").parent().parent(); if (isMobile()) $currentSlide.find(".fancy-detail-link").on("touchstart", function() { captionToggle(); }); }, afterClose: function () { } })); let debounceTimer; $(window).on("resize", function (event) { if (isMobile()) return; if ($(".af3-caption-body").length > 0 && $(".af3-caption-body").css("height") != undefined) { event.stopImmediatePropagation(); $(".fancybox-caption__body").removeClass("half"); isDesktopInit = false; captionToggle(); debounceTimer = setTimeout(function () { clearTimeout(debounceTimer); debounceTimer = null; recalculateImageSize(); }, 1000); } }); function recalculateImageSize() { // Fancy box miscalculates because of race conditions with new layout var origImgWth = $(".fancybox-image").prop("naturalWidth"); var origImgHgt = $(".fancybox-image").prop("naturalHeight"); var winWth = $(window).innerWidth(); var winHgt = $(window).innerHeight() var ratio = Math.min(winWth / origImgWth, winHgt / origImgHgt); var newImgWth = (origImgWth * ratio); var newImgHgt = (origImgHgt * ratio); var dstTop = Math.floor((winHgt - newImgHgt)) / 2; var dstLeft = Math.floor((winWth - newImgWth)) / 2; $(".fancybox-content").removeAttr("style"); $(".fancybox-content").css("width", newImgWth + "px"); $(".fancybox-content").css("height", newImgHgt + "px"); $(".fancybox-content").css("transform", "translate(" + dstLeft + "px, " + dstTop + "px)"); } function captionToggle() { if ($(".fancybox-caption__body").hasClass("af3-caption-body")) { $(".af3-caption-body").stop(true, false).animate({ height: "0vh" }, 800, function () { // Animation complete. closeDetails(); }); $(".fancy-photo-detail-link").html($(".fancy-photo-detail-link").html().replace("CLOSE", "SHOW")); } else { $(".fancybox-caption__body").addClass("af3-caption-body"); $(".af3-caption-body").addClass(detailSize); $(".af3-caption-body").animate({ height: displayhgt }, 800); $(".fancybox-caption").addClass("af3-caption-bg"); $(".base-caption-info").addClass("full-height"); $(".fancy-photo-detail-link").addClass("photo-detail-gradient"); $(".fancybox-button").css("display", "none"); $(".fancy-photo-detail-link").html($(".fancy-photo-detail-link").html().replace("SHOW", "CLOSE")); $(".fancybox-caption__body").prepend(prependClosing()); $(".closing-box, .closingx").on("touchstart", function() { captionToggle(); }); } } function getDetailsURL(fbObj) { return 'DETAILS'; } function getDownloadURL(fbObj) { return 'DOWNLOAD'; } function showFBShare() { return ''; } function closeDetails() { $(".af3-caption-body").removeClass(detailSize); $(".fancybox-caption__body").removeClass("af3-caption-body"); $(".fancybox-caption").removeClass("af3-caption-bg"); $(".base-caption-info").removeClass("full-height"); $(".fancy-photo-detail-link").removeClass("photo-detail-gradient"); $(".fancybox-button").css("display", "block"); if (detailSize === "half") { detailSize = "full"; displayhgt = "90vh"; $(".fancybox-caption").removeClass("desktop-init"); } } function prependClosing() { return '

    ' } function isMobile() { var isMobile = false; //initiate as false // device detection if (/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|ipad|iris|kindle|Android|Silk|lge |maemo|midp|mmp|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(navigator.userAgent) || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(navigator.userAgent.substr(0, 4))) { isMobile = true; } return isMobile; } });

    Tinker Air Force Base was named in honor of Major General Clarence L. Tinker of Pawhuska, Okla. General Tinker lost his life while leading a flight of LB-30 "Liberators" on a long-range strike against Japanese forces on Wake Island during the early months of World War II.

    Tinker AFB's history began in 1940 when a group of Oklahoma City civic leaders and businessmen learned that the War Department was considering the central United States as a location for a maintenance and supply depot. On April 8, 1941, the order was officially signed awarding the depot to Oklahoma City.

    During World War II, Tinker's industrial plant repaired B-24 and B-17 bombers and fitted B-29s for combat.

    Throughout the Korean conflict, Tinker continued its output -- keeping planes flying and funneling supplies to the Far East.

    The base also played an important role in the Berlin and the Cuban crises. During the Vietnam War, Tinker provided logistics and communications support to Air Force units in Southeast Asia.

    Tinker and OC-ALC began the decade of the 1990s providing front-line support to the forces engaged in Operation Desert Shield and Desert Storm.

    In 1999, Tinker was awarded the largest engine repair contract in the history of the Air Force valued at 10.2 billion dollars over 15 years.

    In late 2011, the Air Force announced an initiative to restructure Air Force Material Command from its current 12 center configuration to a new five-center structure. Under this reorganization Tinker AFB became the host site for the Air Force Sustainment Center. The AFSC provides war-winning expeditionary capabilities to the warfighter through world-class depot maintenance, supply chain management and installation support. It consolidates oversight of the maintenance missions now performed at the Oklahoma City Air Logistics Complex; Warner Robins ALC at Robins AFB; and Ogden ALC at Hill AFB. As well as assuming responsibility for supply chain management wings here and at Scott AFB. Current plans call for the AFSC to achieve Initial Operating Capability in October 2012.

    Tinker's largest organization is the Oklahoma City Air Logistics Complex

    . It is the largest of three depot repair complexes in the Air Force Materiel Command. It provides depot maintenance on the C/KC-135, B-1B, B-52 and E-3 aircraft, expanded phase maintenance on the Navy E-6 aircraft, and maintenance, repair and overhaul of F100, F101, F108, F110, F118, F119 and TF33 engines for the Air Force, Air Force Reserve, Air National Guard, Navy and foreign military sales. Additionally, the complex is responsible for the maintenance, repair and overhaul of a myriad of Air Force and Navy airborne accessory components, and the development and sustainment of a diverse portfolio of operational flight programs, test program sets, automatic test equipment, and industrial automation software.

    More than 9,400 militaryand civilianemployees work at the OC-ALC. The complex is headquartered out of historic Building 3001, which covers 62 acres and stretches for seven-tenths of a mile. Within its walls, workers perform a vast array of maintenance on aircraft, engines, components and accessories and perform a multitude of administrative tasks.

    The 72nd Air Base Wing provides base installation and support services for the headquarters, Air Force Sustainment Center, the Oklahoma City Air Logistics Complex and 45 associate units assigned to six major commands, including the largest flying wing in Air Combat Command, the Navy's Strategic Communications Wing One and several defense agencies. More than 1,600 personnel and 1,343 contractors work within the 72nd Air Base Wing. The groups, directorates and direct reporting units within the wing include the 72nd Mission support Group, 72nd Medical Group, 72nd Communications Directorate, 72nd Civil Engineering Directorate, 72nd Operations Support Squadron, 72nd Comptroller Squadron, 72nd Logistics Readiness Squadron, Public Affairs, Chaplain and Plans Office.

    Today, with more than 26,000 military and civilian employees, Tinker is the largest single-site employer in Oklahoma. The installation has an annual statewide economic impact of $3.51 billion, creating an estimated 33,000 secondary jobs. Tinker owns 4,048 acres, leases 810 acres and has 642 acres of easem*nts. The total number of buildings including Bldg 9001 is 458.

    Not only is total support of America's defense systems a priority, but protecting and enhancing the environment is a top concern as well. Through the use of aggressive and innovative technologies, Tinker has become a national leader in pollution prevention, earning multiple Department of Defense awards for environmental stewardship.

    Tinker is also home to eight major Department of Defense, Air Force and Navy activities with critical national defense missions.

    The 448th Supply Chain Management Wing Provides enterprise-wide planning and execution for depot line repairable and consumables materiel, maintenance and distribution, aircraft structural and intercontinental ballistic missile electronics/communication commodities management, and engineering. The 448th is one of two "virtual wings" in the USAF. The Wing manages the 848th and 948th Supply Chain Management Groups at Tinker AFB, Okla., with elements of the 948th SCMG at Wright-Patterson AFB, Ohio. The Wing remotely manages two groups: the 638th Supply Chain Management Group at Robins AFB, Ga. and the 748th Supply Chain Management Group at Hill AFB, Utah.

    The 552nd Air Control Wing flies the E-3 Sentry aircraft and is part of the Air Force's Air Combat Command mobile strike force. The E-3's radar and other sensors provide deep-look surveillance, warning, interception control and airborne battle management.

    The Navy's Strategic Communications Wing ONE is a one of a kind unit in the Navy. This Wing provides a vital, secure communications link to the submerged fleet of ballistic missile submarines. OC-ALC airframe artisans perform depot work on the Navy's E-6 Mercury airplanes while sailors perform field-level work.

    The 507th Air Refueling Wing is an Air Force Reserve flying unit. OC-ALC is the primary source of depot maintenance for the wing's KC-135R aircraft and engines. The Wing also supports U.S. Military and NATO aircraft with aerial refueling and Airborne Warning and Control System missions world-wide.

    The 3rd Combat Communications Group provides deployable communications, computer systems, navigational aids and air traffic control services anywhere in the world.
    *Note: The 3rd Combat Communications Group is scheduled for inactivation in FY13.

    The 38th Cyberspace Engineering Group has worldwide responsibility for engineering and installation of all communications and electronic facilities for the Air Force.

    The Defense Distribution Depot Oklahoma provides the receipt, storage, issue, inspection and shipment of material, including material quality control, preservation and packaging, inventory, transportation functions and pick up and delivery services in support of OC-ALC and other Tinker-based organizations.

    The Defense Information Security Agency Defense Enterprise Computing Center, Oklahoma City, is the local organization of the Defense Information Systems Agency. DISA operates computer systems for the base and serves 172 other bases in all 50 states plus 92 foreign countries.

    (Current as of July 2012)

    Tinker Air Force Base Fact Sheet (2024)

    FAQs

    What is based at Tinker Air Force Base? ›

    The 72nd Air Base Wing provides base installation and support services for the headquarters, Air Force Sustainment Center, the Oklahoma City Air Logistics Complex and 45 associate units assigned to six major commands, including the largest flying wing in Air Combat Command, the Navy's Strategic Communications Wing One ...

    How much do you make at Tinker Air Force Base? ›

    As of Aug 2, 2024, the average annual pay for the Tinker Air Force Base jobs category in Oklahoma is $74,562 a year.

    Is Tinker Air Force Base the biggest? ›

    Tinker Air Force Base (AFB), located nine miles southeast of downtown Oklahoma City, is one of the largest and most important military installations in the United States.

    What flies out of Tinker Air Force Base? ›

    The squadron operates eight Boeing KC-135R aircraft from Tinker Air Force Base. Reservists, both pilots and boom operators, fly and maintain worldwide mission-ready status and regularly deploy in support of contingency operations.

    What is the biggest Air Force base in America? ›

    Eglin Air Force Base – Established in 1935, Eglin Air Force Base is home to the 96th Test Wing, and is the largest base currently run by the Air Force, taking up nearly 450,000 acres of Florida real estate.

    What is the new plane at Tinker Air Force Base? ›

    The B-21 is a long-range, highly survivable, penetrating strike stealth bomber that will incrementally replace the B-1 and B-2 bombers and will play a major role supporting national security objectives and assuring U.S. allies and partners across the globe.

    Can civilians get on Tinker Air Force Base? ›

    First-time visitors and contractors, who are sponsored by a base organization and have a state-issued photo ID and auto insurance verification, can be issued a pass in as little as 15 to 20 minutes. Go back and get it.

    Can civilians live on Tinker AFB? ›

    : Tinker AFB military housing is available for active-duty service members and qualified retirees and DOD civilian employees.

    How many people are stationed at Tinker Air Force Base? ›

    The Air Force Sustainment Center is commanded by a three-star general and consists of more than 25,000 military and civilian personnel. AFSC provides installation support to more than 141 Associate Units with more than 75,000 personnel.

    What toxins are in Tinker AFB? ›

    The industrial processes used generated two primary pollutants: chlorinated solvents and hexavalent chromium. Other significant contaminants included acetone, toluene, benzene, xylene, lead, nickel, and barium.

    What is the busiest US Air Force base? ›

    Travis Air Force Base is the busiest Air Force Base in the US, in regards to the handling of cargo and passengers, and is also well regarded for delivering humanitarian aid throughout the world.

    How important is Tinker Air Force Base? ›

    Tinker is the headquarters of the Air Force Materiel Command's (AFMC) Oklahoma City Air Logistics Center (OC-ALC), which is the worldwide manager for a wide range of aircraft, engines, missiles, software and avionics and accessories components.

    What happens at Tinker AFB? ›

    Mission. The Oklahoma City Air Logistics Center is the largest of 3 ALCs in the Air Force Materiel Command and provides depot maintenance, product support, services and supply chain management, as well as information support for 31 weapon systems, 10 commands, 93 Air Force bases and 46 foreign nations.

    How long is the runway at Tinker AFB? ›

    Runway Length—Tinker AFB has two runways. Runway 17/35 is 11,100 feet long and Runway 12/30 is 10,000 feet long.

    Does Tinker Air Force Base have a hospital? ›

    It is the sponsor's responsibility to complete DEERS enrollment on family members. DEERS enrollment can be accomplished at your present base or on Tinker AFB at the Military Personnel Flight Air Force personnel or the Navy Personnel Service Department Navy personnel. There is no hospital Emergency Room on Tinker AFB.

    What planes are stationed at Tinker? ›

    OC-ALC is the primary maintenance center for bombers, refuelers and reconnaissance aircraft including the Boeing KC-135 Stratotanker, B-52 Stratofortress, B-1 Lancer, E-3 Sentry (AWACS) and Northrop Grumman B-2 Stealth Bomber. The OC-ALC is also awaiting the Air Force's next-generation tanker, the KC-46A Pegasus.

    What planes are stationed at Mountain Home Air Force Base? ›

    Mountain Home Air Force Base is the home of the 366th Fighter Wing which reports to Air Combat Command (ACC). Today the 366th Fighter Wing includes the firepower of F-15E Strike Eagles and the Republic of Singapore Air Force F-15SSG.

    What is the Tinker Air Force Base mascot? ›

    The mascot's name “Tink”, is a tribute to the bases' namesake, Maj. Gen. Clarence L. Tinker, an Osage member who was the highest ranking Native-American officer and the first general lost in action during World War II.

    What kind of base is Beale AFB? ›

    Camp Beale opened in October 1942 as a training site for the 13th Armored and the 81st and 96th Infantry Divisions. During World War II, Camp Beale's 86,000 acres were home for more than 60,000 soldiers, a prisoner-of-war encampment and a 1,000-bed hospital. In 1948, the camp transferred from the Army to the Air Force.

    Top Articles
    Latest Posts
    Article information

    Author: Sen. Ignacio Ratke

    Last Updated:

    Views: 5867

    Rating: 4.6 / 5 (56 voted)

    Reviews: 95% of readers found this page helpful

    Author information

    Name: Sen. Ignacio Ratke

    Birthday: 1999-05-27

    Address: Apt. 171 8116 Bailey Via, Roberthaven, GA 58289

    Phone: +2585395768220

    Job: Lead Liaison

    Hobby: Lockpicking, LARPing, Lego building, Lapidary, Macrame, Book restoration, Bodybuilding

    Introduction: My name is Sen. Ignacio Ratke, I am a adventurous, zealous, outstanding, agreeable, precious, excited, gifted person who loves writing and wants to share my knowledge and understanding with you.