Federal Contractor

SCIENCE APPLICATIONS INTERNATIONAL CORPORATION Federal Contract Obligations (Last Year)

SCIENCE APPLICATIONS INTERNATIONAL CORPORATION (CAGE 6XWA8, UEI MMLKPW9JLX64) received 3.90 billion across 3,675 federal award actions in the last full year.

Its obligations were led by the Department of the Navy, Federal Acquisition Service, and Department of the Air Force, with additional activity at the Department of the Army and Internal Revenue Service. The vendor’s largest NAICS categories were computer systems design services and engineering services, followed by research and development in the physical and engineering sciences.

Generated at 03/21/2026

Analysis period: Last full year

Analysis covers the last full year and reflects total obligations, award counts, and leading agencies and NAICS codes from the provided data.

CAGE Code
6XWA8
UEI
MMLKPW9JLX64
Total Obligated
3.90 billion
3,901,616,176.06
Award Actions
3,675
Average Action Value
1,061,664.26

About SCIENCE APPLICATIONS INTERNATIONAL CORPORATION federal contract activity

SCIENCE APPLICATIONS INTERNATIONAL CORPORATION (CAGE 6XWA8, UEI MMLKPW9JLX64) received 3.90 billion in obligations across 3,675 awards in the last full year, with an average award value of 1.06 million. The award profile indicates a high-volume federal vendor footprint with both large program awards and a substantial number of smaller actions.

Agency mix and customer concentration

Obligations were concentrated in defense and civilian acquisition channels. The DEPT OF THE NAVY led with 861.37 million across 1,224 awards, followed by the FEDERAL ACQUISITION SERVICE with 787.48 million across 184 awards, the DEPT OF THE AIR FORCE with 561.57 million, and the DEPT OF THE ARMY with 334.79 million; the INTERNAL REVENUE SERVICE also ranked among the top five with 218.35 million.

Industry profile based on NAICS activity

The vendor’s work is centered on technical services and defense-adjacent engineering categories. The largest obligations were under 541512 COMPUTER SYSTEMS DESIGN SERVICES at 1.28 billion and 541330 ENGINEERING SERVICES at 1.25 billion, followed by 541712 and 541715 research and development codes, with additional activity in 334511 system and instrument manufacturing.

Annual contract trend over the analysis window

The annual trend data provided covers a single year, 2025, so no multi-year growth or decline pattern can be inferred from this window alone. For that year, obligations totaled 3.90 billion across 3,675 awards, establishing the baseline for the analysis period.

How to interpret this page

This summary is based on FPDS award records for the last full year and reflects obligations, award counts, and category rollups by agency and NAICS. Totals and rankings are taken directly from the supplied dataset; no extrapolation beyond the reported period or fields was 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 = '6XWA8'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
1700 DEPT OF THE NAVY 861,372,360.50 861.37 million 1,224
4732 FEDERAL ACQUISITION SERVICE 787,475,847.00 787.48 million 184
5700 DEPT OF THE AIR FORCE 561,574,972.96 561.57 million 510
2100 DEPT OF THE ARMY 334,787,130.02 334.79 million 239
2050 INTERNAL REVENUE SERVICE 218,346,265.39 218.35 million 77
7014 U.S. CUSTOMS AND BORDER PROTECTION 183,297,643.52 183.30 million 33
1900 STATE, DEPARTMENT OF 175,280,154.67 175.28 million 29
6920 FEDERAL AVIATION ADMINISTRATION 145,373,970.41 145.37 million 520
3600 VETERANS AFFAIRS, DEPARTMENT OF 72,280,827.16 72.28 million 19
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 72,025,945.36 72.03 million 66

Insight

Over the last full year, SCIENCE APPLICATIONS INTERNATIONAL CORPORATION obligated $3.90 billion across 3,675 awards, with spending concentrated in a small set of civilian and defense agencies. The DEPT OF THE NAVY is the largest customer at $861.37 million and 1,224 awards, followed by the FEDERAL ACQUISITION SERVICE at $787.48 million and the DEPT OF THE AIR FORCE at $561.57 million. The DEPT OF THE ARMY adds another $334.79 million, while the remaining top agencies each account for materially smaller shares, indicating a broader but thinner distribution beyond the primary federal buyers.

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 = '6XWA8'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
541512 COMPUTER SYSTEMS DESIGN SERVICES 1,275,414,598.59 1.28 billion 558
541330 ENGINEERING SERVICES 1,252,884,041.20 1.25 billion 1,844
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 407,075,654.24 407.08 million 231
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 341,604,137.53 341.60 million 394
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 143,510,810.11 143.51 million 29
335999 ALL OTHER MISCELLANEOUS ELECTRICAL EQUIPMENT AND COMPONENT MANUFACTURING 116,113,291.53 116.11 million 113
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 87,681,687.15 87.68 million 90
541519 OTHER COMPUTER RELATED SERVICES 79,574,508.60 79.57 million 53
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 79,066,873.68 79.07 million 111
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 48,656,369.60 48.66 million 43

Insight

Over the last full year, obligations for SCIENCE APPLICATIONS INTERNATIONAL CORPORATION were concentrated in IT and engineering-related work, led by NAICS 541512 (Computer Systems Design Services) at $1.28 billion and 558 awards and NAICS 541330 (Engineering Services) at $1.25 billion and 1,844 awards. These two categories accounted for the majority of the vendor’s $3.90 billion in total obligations, indicating a strong concentration in core technical service lines. R&D-related NAICS 541712 and 541715 added another $748.68 million across 625 awards, while the remaining top categories were materially smaller and individually below $150 million.

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 = '6XWA8'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 3,901,616,176.06 3.90 billion 3,675

Insight

During the last full year, SCIENCE APPLICATIONS INTERNATIONAL CORPORATION (CAGE 6XWA8) received $3.90 billion across 3,675 awards, for an average award value of approximately $1.06 million. The volume of awards indicates a highly distributed obligation pattern rather than reliance on a small number of transactions. Because only one annual data point is provided in this window, no year-over-year trend can be assessed from the available data.

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