Federal Contractor

SCIENCE APPLICATIONS INTERNATIONAL CORPORATION Federal Contract Obligations (Last 5 Years)

SCIENCE APPLICATIONS INTERNATIONAL CORPORATION (CAGE 79343, UEI MA1VZ6667CB1) recorded 3.35 billion in obligated federal awards across 1,664,870 actions over the last 5 years.

Most of this activity came from the Defense Logistics Agency, which accounted for 3.35 billion of the total obligated amount and 1,663,765 actions. Annual obligations were steady, ranging from 543.98 million in 2021 to 741.57 million in 2023, with 721.59 million in 2025.

Generated at 03/21/2026

Analysis period: Last 5 years

Agency, NAICS, and annual totals reflect the provided 5-year analysis window; small negative obligations appear in a limited number of rows.

CAGE Code
79343
UEI
MA1VZ6667CB1
Total Obligated
3.35 billion
3,354,289,279.07
Award Actions
1,664,870
Average Action Value
2,014.74

About SCIENCE APPLICATIONS INTERNATIONAL CORPORATION federal contract activity

SCIENCE APPLICATIONS INTERNATIONAL CORPORATION (CAGE 79343, UEI MA1VZ6667CB1) received 3.35 billion in obligated dollars across 1,664,870 awards over the last 5 years, for an average award value of 2,014.74. The award profile is extremely high-volume and low-average-dollar, indicating a procurement pattern dominated by frequent transactional buys rather than a small number of large obligations.

Agency mix and customer concentration

The portfolio is overwhelmingly concentrated at the Defense Logistics Agency, which accounts for 3.35 billion and 1,663,765 awards, or effectively the full observed obligation base. Other agencies contribute only marginally: the Department of the Navy adds 4.73 million, DCMA contributes about 9.99 thousand, while the Department of the Army and Federal Acquisition Service show small negative net obligations in the period.

Industry profile based on NAICS activity

Activity is spread across several commodity and storage-related NAICS codes, led by 493190 Other Warehousing and Storage at 888.43 million and 165,360 awards. The next largest categories are 324191 Petroleum Lubricating Oil and Grease Manufacturing at 848.16 million, 423610 Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers at 541.17 million, 339999 All Other Miscellaneous Manufacturing at 222.27 million, and 332312 Fabricated Structural Metal Manufacturing at 212.17 million, consistent with a logistics- and supply-chain-oriented vendor footprint.

Annual contract trend over the analysis window

Annual obligations remain strong and fairly stable, rising from 543.98 million in 2021 to 629.11 million in 2022, then 741.57 million in 2023 before easing slightly to 718.04 million in 2024 and 721.59 million in 2025. Award counts are consistently high each year, ranging from 318,786 to 346,500, which reinforces the transactional nature of the record.

How to interpret this page

This summary uses FPDS obligations and award counts for the last 5 years tied to CAGE 79343 and UEI MA1VZ6667CB1. Top agencies, NAICS codes, and annual trends are ranked by total obligated dollars; negative obligations are preserved as reported and indicate net downward adjustments within the dataset.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '79343'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
97AS DEFENSE LOGISTICS AGENCY 3,349,626,103.80 3.35 billion 1,663,765
1700 DEPT OF THE NAVY 4,727,559.30 4.73 million 112
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 9,994.86 9.99 thousand 986
2100 DEPT OF THE ARMY -2,500.00 -2.50 thousand 1
4732 FEDERAL ACQUISITION SERVICE -71,878.89 -71.88 thousand 6

Insight

Over the last 5 years, SCIENCE APPLICATIONS INTERNATIONAL CORPORATION’s obligations are overwhelmingly concentrated in the Defense Logistics Agency, which accounts for $3.35 billion of $3.35 billion total obligated and 1,663,765 of 1,664,870 awards. The remaining activity is minimal and dispersed across the Department of the Navy, DCMA, the Department of the Army, and the Federal Acquisition Service, each representing a very small share of total obligations. Negative obligations in the Army and Federal Acquisition Service rows indicate limited de-obligations rather than additional award value.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '79343'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
493190 OTHER WAREHOUSING AND STORAGE 888,430,470.43 888.43 million 165,360
324191 PETROLEUM LUBRICATING OIL AND GREASE MANUFACTURING 848,158,538.10 848.16 million 698,487
423610 ELECTRICAL APPARATUS AND EQUIPMENT, WIRING SUPPLIES, AND RELATED EQUIPMENT MERCHANT WHOLESALERS 541,168,165.29 541.17 million 54,562
339999 ALL OTHER MISCELLANEOUS MANUFACTURING 222,268,040.97 222.27 million 24,202
332312 FABRICATED STRUCTURAL METAL MANUFACTURING 212,168,026.95 212.17 million 349,427
325520 ADHESIVE MANUFACTURING 162,451,323.60 162.45 million 245,627
325510 PAINT AND COATING MANUFACTURING 143,077,670.19 143.08 million 105,166
332911 INDUSTRIAL VALVE MANUFACTURING 40,432,381.40 40.43 million 1,233
333998 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 33,587,281.32 33.59 million 2,924
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 31,817,113.37 31.82 million 466

Insight

Over the last 5 years, SCIENCE APPLICATIONS INTERNATIONAL CORPORATION’s obligations are concentrated in a small set of NAICS codes, led by 493190 (Other Warehousing and Storage) at $888.43 million and 324191 (Petroleum Lubricating Oil and Grease Manufacturing) at $848.16 million. The next tier—423610, 339999, and 332312—adds another $975.60 million, indicating a broad but still skewed distribution across logistics, industrial supply, and manufacturing-related categories. Award volume is especially concentrated in 324191, which accounts for 698,487 awards, while several other top NAICS have materially lower counts, suggesting a mix of high-frequency, lower-dollar transactions and fewer larger-obligation awards.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '79343'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 721,591,077.36 721.59 million 318,786
2024 718,038,693.34 718.04 million 346,500
2023 741,573,801.06 741.57 million 337,090
2022 629,105,935.23 629.11 million 333,458
2021 543,979,772.08 543.98 million 329,036

Insight

Over the last 5 years, SCIENCE APPLICATIONS INTERNATIONAL CORPORATION (CAGE 79343) recorded $3.35 billion in obligated value across 1,664,870 awards, with a low average award value of $2,014.74, indicating a highly dispersed obligation profile. Annual obligated dollars increased from $543.98 million in 2021 to a peak of $741.57 million in 2023, then remained elevated at $718.04 million in 2024 and $721.59 million in 2025. Award volume was consistently high and relatively stable, ranging from 318,786 to 346,500 awards per year, suggesting sustained activity with limited year-to-year concentration.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.