Federal Contractor

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

Federal procurement profile for SCIENCE APPLICATIONS INTERNATIONAL CORPORATION (CAGE 79343, UEI MA1VZ6667CB1) covering awards in the last 10 years.

SCIENCE APPLICATIONS INTERNATIONAL CORPORATION shows 5.80 billion in total obligated spending across 2,586,613 award actions in the last 10 years, with an average action value of 2,241.7. The portfolio is overwhelmingly concentrated in the Defense Logistics Agency, which accounts for 5.79 billion of obligated value and 2,585,160 actions.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations remained above 543.98 million in each listed year from 2021 through 2025, while the largest NAICS categories were petroleum lubricating oil and grease manufacturing, other warehousing and storage, and electrical apparatus and equipment wholesaling.

CAGE Code
79343
UEI
MA1VZ6667CB1
Total Obligated
5.80 billion
5,798,424,843.92
Award Actions
2,586,613
Average Action Value
2,241.70

About SCIENCE APPLICATIONS INTERNATIONAL CORPORATION federal contract activity

SCIENCE APPLICATIONS INTERNATIONAL CORPORATION (CAGE 79343, UEI MA1VZ6667CB1) recorded $5.80 billion in obligations across 2,586,613 awards over the last 10 years, with an average award value of $2,241.70. The volume profile indicates a very high transaction count with relatively small average obligations, consistent with heavily distributed federal purchasing activity.

Agency mix and customer concentration

The award base is overwhelmingly concentrated in the Defense Logistics Agency, which accounts for $5.79 billion and 2,585,160 awards, or nearly the entire observed obligation total. The remaining activity is limited to the Department of the Navy, Department of the Army, Department of the Air Force, and a small set of Federal Acquisition Service awards, none of which materially change the overall agency concentration.

Industry profile based on NAICS activity

The top NAICS codes are led by petroleum lubricating oil and grease manufacturing, other warehousing and storage, and electrical apparatus and equipment wholesale trade, followed by miscellaneous machinery and manufacturing categories. This mix suggests a logistics-heavy and industrial supply profile rather than a narrow single-product procurement pattern, with obligations spread across commodity and storage-related classifications.

Annual contract trend over the analysis window

Annual obligations in the most recent years remained in a relatively tight band, from $543.98 million in 2021 to $741.57 million in 2023, before registering $718.04 million in 2024 and $721.59 million in 2025. Award counts also remained high and broadly stable, indicating sustained procurement throughput rather than a single-year spike.

How to interpret this page

This summary is based on FPDS-observed awards attributed to SCIENCE APPLICATIONS INTERNATIONAL CORPORATION, filtered to the last 10 years using the provided CAGE code and UEI. Agency, NAICS, and annual trend statements reflect the supplied obligation totals and award counts only; no additional sources or inferred attributes were used.

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 10 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 5,790,969,871.77 5.79 billion 2,585,160
1700 DEPT OF THE NAVY 7,493,605.75 7.49 million 260
2100 DEPT OF THE ARMY 121,637.50 121.64 thousand 6
5700 DEPT OF THE AIR FORCE 27,579.52 27.58 thousand 2
4732 FEDERAL ACQUISITION SERVICE 0.00 0.00 20
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -187,850.62 -187.85 thousand 1,165

Insight

Over the last 10 years, SCIENCE APPLICATIONS INTERNATIONAL CORPORATION’s obligations are highly concentrated in the Defense Logistics Agency, which accounts for $5.79 billion of the vendor’s $5.80 billion total and 2.585 million of 2.586 million awards. All other agencies are comparatively minor sources of obligation, led by the Department of the Navy at $7.49 million, with only small amounts from the Army and Air Force. The Federal Acquisition Service recorded 20 awards with no obligated dollars, and DCMA reflects a net negative obligated amount of $187.85 thousand, indicating post-award adjustments or deobligations within that agency relationship.

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 10 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
324191 PETROLEUM LUBRICATING OIL AND GREASE MANUFACTURING 1,371,351,253.26 1.37 billion 1,284,893
493190 OTHER WAREHOUSING AND STORAGE 1,193,717,884.48 1.19 billion 224,110
423610 ELECTRICAL APPARATUS AND EQUIPMENT, WIRING SUPPLIES, AND RELATED EQUIPMENT MERCHANT WHOLESALERS 956,388,384.37 956.39 million 94,541
333999 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 434,758,837.32 434.76 million 46,048
339999 ALL OTHER MISCELLANEOUS MANUFACTURING 347,743,974.91 347.74 million 37,479
326211 TIRE MANUFACTURING (EXCEPT RETREADING) 328,083,545.91 328.08 million 85,918
332312 FABRICATED STRUCTURAL METAL MANUFACTURING 225,108,205.09 225.11 million 380,475
325510 PAINT AND COATING MANUFACTURING 184,602,215.50 184.60 million 146,868
325520 ADHESIVE MANUFACTURING 162,451,323.60 162.45 million 245,627
332911 INDUSTRIAL VALVE MANUFACTURING 73,576,524.24 73.58 million 2,978

Insight

Over the last 10 years, obligations for SCIENCE APPLICATIONS INTERNATIONAL CORPORATION under CAGE 79343 total $5.80 billion across 2,586,613 awards, with a very low average award value of $2,241.70, indicating a highly fragmented award profile. The top NAICS codes are led by 324191, Petroleum Lubricating Oil and Grease Manufacturing, at $1.37 billion, followed by 493190, Other Warehousing and Storage, at $1.19 billion, and 423610, Electrical Apparatus and Equipment, at $956.39 million. These three categories account for roughly 60% of total obligated dollars, while the remaining top NAICS are spread across smaller shares, indicating moderate concentration in a few recurring supply and logistics-related categories rather than reliance on a single NAICS.

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 10 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
2020 558,734,172.72 558.73 million 267,423
2019 619,893,644.69 619.89 million 238,268
2018 684,907,982.55 684.91 million 239,693
2017 579,896,323.67 579.90 million 176,199
2016 703,441.22 703.44 thousand 160

Insight

SCIENCE APPLICATIONS INTERNATIONAL CORPORATION (CAGE 79343) obligated $5.80 billion across 2,586,613 awards over the last 10 years, with an average award value of $2,241.70, indicating a highly fragmented award profile. Obligations were concentrated in the most recent nine years, generally ranging from about $543.98 million to $741.57 million annually, with the high point in 2023 and similarly strong levels in 2024 and 2025. Activity in 2016 was negligible by comparison at $703.44 thousand and 160 awards, suggesting the observed 10-year volume is driven primarily by sustained recurring procurement activity in later years.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.