Skip to main content (Press Enter).
- Home
- Policies
- Contact Us
- Books
- Authors
- Titles
- Conflicts-Wars
- Special Studies/Blue Books
- From the Field
- Enlisted Heritage
- Airmen At War series
- History
- Secretaries of the Air Force
- Air Force Chiefs of Staff
- Chief Master Sergeants of the Air Force
- Leadership 1947 --
- Medal of Honor, AF Cross, Silver Star
- Early History
- Air Corps Newsletter
- Significant Operations
- USAF STATISTICS
- Commemorations
- 50th Vietnam
- 100th World War 1
- FAQs
- Fact Sheets
- About Us
- Biographies
Air Force Historical Support Division
See AlsoOperation DESERT STORM | U.S. Army Center of Military HistoryDe Golfoorlog (1990-1991) en operatie Desert Storm | HistoriekPersian Gulf War: Dates & Operation Desert Storm ‑ HISTORYUnderstanding Operation Desert Storm: A Turning Point in Military History - Military SagaABCDEFGHIJKLMNOPQRSTUVWXYZ
Type
Keyword
", {}); var $advancedOptionsLabel = $('Show Advanced Options', {}); var $advancedCheck = $('', {}).on('click', function () { if ($(this).is(":checked")) { $('.advanced-options').slideDown(250, function () { $('.advanced-options').attr('aria-hidden', 'false'); $('.advanced-options').css('display', 'flex'); $('.show-advanced span').html('Hide Advanced Options'); }); } else { $('.advanced-options').slideUp(250, function () { $('.show-advanced span').html('Show Advanced Options'); $('.advanced-options').attr('aria-hidden', 'true'); }); } }); $(advancedOptions).wrapAll($advancedOptionsContainer); $('.options').after($advancedOptionsLabel); $('.show-advanced').before($advancedCheck); } else { // If there are no advanced options // So the search button will stay on the same line if there's no advanced options $('.options').removeClass('flex-md-row'); $('.options').addClass('flex-sm-row'); $('.advanced-search').addClass('no-advanced-pad-bottom'); } $('.drop-list select').chosen({ disable_search_threshold: 30, width: "100%" }); var $dropdownLists = $('.drop-list select'); $dropdownLists.each(function () { if ($(this).val() != 0) { $(this).siblings('.chosen-container-single').addClass('has-value'); } }); $dropdownLists.on('change', function () { if ($(this).val() != 0) { $(this).siblings('.chosen-container-single').addClass('has-value'); } else { $(this).siblings('.chosen-container-single').removeClass('has-value'); } }); $('.cellinner').each(function () { if ($(this).find('.tagit').length) { $(this).css('width', '100%'); } }); $('.spinner3').fadeOut('fast'); // Get all advanced search dropdown containers var chosenContainers = document.querySelectorAll('.chosen-container'); // Update aria-label on search dropdowns function updateAriaLabel(selectElement) { var selectedText = selectElement.options[selectElement.selectedIndex].text; var searchInput = selectElement.parentElement.querySelector('.chosen-search-input'); if (searchInput) { searchInput.setAttribute('aria-label', 'Filter by ' + selectedText); } } chosenContainers.forEach(function (container) { var selectElement = container.previousElementSibling; if (selectElement && selectElement.tagName === 'SELECT') { updateAriaLabel(selectElement); selectElement.addEventListener('change', function () { updateAriaLabel(selectElement); }); } }); });
-
Photo Details / Download Hi-Res
-
Photo Details / Download Hi-Res
-
Photo Details / Download Hi-Res
' + '
' + '
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 '
' } });
See AlsoOperation Desert Storm: Key Battles and Leadership InsightsOn the morning of 2 August 1990, Iraq invaded nearby Kuwait. In less than four hours, Iraqi forces occupied Kuwait City and had annexed the country as the 19th province of Iraq. In response, the U.S government initiated Operation Desert Shield on 6 August to deter and contain potential attacks on neighboring countries. By 21 August, the U.S. had based fighter, attack, reconnaissance, electronic warfare, airlift, and tanker aircraft in the Gulf region.
The following November, United Nations delegates passed Resolution 678 authorizing member states co-operating with the government of Kuwait to use "all necessary means" to enforce a prior resolution that demanded that Iraq withdraw unconditionally from Kuwait. President George H.W. Bush obtained Congressional concurrence with UN action on 12 January 1991; when the 15 January deadline for withdrawal passed, Bush signed a National Security directive authorizing U.S. military action.
Coalition aircraft set forth on the largest air campaign since World War II on 17 January 1991. By the end of the day, Iraq was well on the way to defeat, in no small part due to the strategic air campaign. Over time, the attacks drove Saddam and his leadership underground, reducing its control over events, and heavily damaging critical military support networks such as command and control, communications and intelligence capabilities, integrated air defenses, and power generation. On 28 February, only one hundred hours after the ground campaign began, President Bush declared a ceasefire and announced that Kuwait had been liberated.
For the Air Force, the tenet of air superiority took on new meaning as the air campaign became the initial phase of the war. Colonel John A. Warden III and his group of planners on the Air Staff in the Pentagon dubbed the Checkmate planning group, developed Instant Thunder (the preliminary name given to the air plan later incorporated into Operation Desert Storm) based on a new strategic concept for the use of airpower. Warden advocated viewing the enemy as a system, rather than groups or specific military units, and to cause physical paralysis (render ineffective) by building an air campaign around five "rings" or essential centers of gravity that included the leadership, organic essentials, infrastructure, population, and fielded military forces of the enemy. Disrupting the command and control (C2) of enemy forces and convincing enemy commanders that they could not achieve their goals at a reasonable cost were key elements of the strategy. Colonel Warden's planners also sought to achieve effects (convincing the enemy to take desired actions), as opposed to victory through a strategy of annihilation or attrition.
Moreover, U.S. forces brought new weapons to the fight, including stealth aircraft, global positioning devices, and precision guided technologies. Perhaps more importantly, however, the one hundred hour war had important implications for the future of the Air Force. Lessons garnered from the conflict would ultimately lead to the development of the modern Air Expeditionary Force (AEF), which is the airpower unit deployed to support combatant commanders worldwide with rapid, flexible, and reliable force packages that can respond to developing crises by establishing or increasing theater airpower capability.Dr. Deborah Kidwell, Historian, AFHSO.
See the AFHSO publication by Perry D. Jamieson:
Lucrative Targets: the U.S. Air Force in the Kuwaiti Theater of OperationsRead The Persian Gulf War: an Air Staff Chronology of Desert Shield/Desert Storm by Capt. Stephen B. Michael.Read the unpublished study by William T. Y'Blood, AFHSO Historian:
Operation Desert Shield: the Deployment of USAF Forces.Read thereport by the 9th Reconnaissance Wing Historian: Coy F. Cross II:
The Dragon Lady Meets the Challenge: the U-2 in Desert Storm.Read the 37th Fighter Wing Office of History special study:
Nighthawks Over Iraq: A Chronology of the F-117A Stealth Fighter in Operations Desert Shield and Desert Storm.