Federal Contractor

BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. Federal Contract Obligations (Last 10 Years)

BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. has 15,292 federal award actions and $9.53 billion obligated over the last 10 years.

This vendor record summarizes federal procurement activity for BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC., CAGE 99789, UEI LX3BSV6NNW58. Most obligated dollars came from the Department of the Navy and the Department of the Air Force, with engineering services and related technical work accounting for the largest share of awards.

Generated at 03/21/2026

Analysis period: Last 10 years

Amounts reflect the last 10 years of readable FPDS data and are shown as obligated totals by agency, NAICS, and fiscal year.

CAGE Code
99789
UEI
LX3BSV6NNW58
Total Obligated
9.53 billion
9,528,020,616.55
Award Actions
15,292
Average Action Value
623,072.23

About BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. federal contract activity

BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. recorded $9.53 billion in obligated contract value across 15,292 awards during the last 10 years, with an average award value of $623,072.23. The profile indicates a high-volume federal vendor with substantial recurring obligations concentrated in defense and security-related work.

Agency mix and customer concentration

The customer base is heavily concentrated in the Department of the Navy and Department of the Air Force, which together account for more than $7.67 billion of the total obligated amount and the large majority of awards. The Department of the Army is a distant third, followed by the FBI and FEMA, indicating that the vendor's federal footprint extends beyond the Department of Defense but remains defense-centered.

Industry profile based on NAICS activity

NAICS 541330, Engineering Services, dominates the portfolio with $6.46 billion and 8,943 awards, making it the core functional category for the vendor. Secondary activity includes 334511 for navigation and guidance systems, 541512 for computer systems design services, 541519 for other computer-related services, and 541990, showing a mix of engineering, systems integration, and technical support work.

Annual contract trend over the analysis window

Annual obligations remained above $1.0 billion in each year shown, rising to $1.44 billion in 2025 after $1.34 billion in 2024 and $1.27 billion in 2023. Award counts were highest in 2024 and 2022, while 2025 shows strong obligated value with fewer awards than 2024, suggesting larger average task sizes in the most recent year.

How to interpret this page

This summary is based on FPDS Query obligation data for the last 10 years and is organized by vendor, agency, NAICS code, and fiscal year. Obligated amounts and award counts reflect the records provided in the analysis window; percentages and trend interpretations are derived directly from those totals without additional assumptions.

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 = '99789'
        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
1700 DEPT OF THE NAVY 4,609,817,333.75 4.61 billion 8,183
5700 DEPT OF THE AIR FORCE 3,065,176,379.48 3.07 billion 4,566
2100 DEPT OF THE ARMY 439,317,712.73 439.32 million 562
1549 FEDERAL BUREAU OF INVESTIGATION 349,439,550.38 349.44 million 177
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 281,685,077.63 281.69 million 383
4732 FEDERAL ACQUISITION SERVICE 234,454,582.11 234.45 million 122
1501 OFFICES, BOARDS AND DIVISIONS 164,871,062.62 164.87 million 184
97AS DEFENSE LOGISTICS AGENCY 139,552,087.96 139.55 million 233
1544 U.S. MARSHALS SERVICE 73,632,435.11 73.63 million 8
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 64,283,513.07 64.28 million 225

Insight

BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. received $9.53 billion across 15,292 awards over the last 10 years, with an average award value of $623,072.23. Obligations are highly concentrated in the Department of the Navy and Department of the Air Force, which together account for $7.68 billion, or about 80.6% of total obligations, across 12,749 awards. The remaining top agencies are materially smaller by obligation value, led by the Department of the Army, FBI, and FEMA, indicating a federal portfolio dominated by defense customers with a limited but meaningful non-defense presence.

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 = '99789'
        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
541330 ENGINEERING SERVICES 6,464,814,351.71 6.46 billion 8,943
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 788,109,829.51 788.11 million 3,055
541512 COMPUTER SYSTEMS DESIGN SERVICES 624,107,509.51 624.11 million 281
541519 OTHER COMPUTER RELATED SERVICES 415,428,122.15 415.43 million 649
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 317,602,633.88 317.60 million 381
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 199,356,665.13 199.36 million 143
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 169,048,289.49 169.05 million 52
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 109,568,714.98 109.57 million 53
517919 ALL OTHER TELECOMMUNICATIONS 90,510,032.80 90.51 million 51
336411 AIRCRAFT MANUFACTURING 75,877,147.57 75.88 million 160

Insight

Over the last 10 years, obligations for BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. are highly concentrated in NAICS 541330, Engineering Services, which accounts for $6.46 billion across 8,943 awards, or roughly 68% of total obligations. The next largest category, NAICS 334511, Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing, adds $788.11 million across 3,055 awards, well below the primary engineering line of business. Remaining obligations are distributed across related technical, systems, and communications NAICS, with no other category exceeding $624.11 million, indicating a broad but secondary mix outside the dominant engineering work.

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 = '99789'
        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 1,442,308,728.15 1.44 billion 1,495
2024 1,341,046,470.21 1.34 billion 1,806
2023 1,272,454,420.52 1.27 billion 1,629
2022 1,032,869,032.00 1.03 billion 1,868
2021 1,007,161,523.62 1.01 billion 1,856
2020 927,344,724.86 927.34 million 1,700
2019 902,763,718.62 902.76 million 1,814
2018 886,567,026.35 886.57 million 1,584
2017 699,250,676.42 699.25 million 1,486
2016 16,254,295.80 16.25 million 54

Insight

BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. shows a strong upward obligation trend over the last 10 years, totaling $9.53 billion across 15,292 awards. Obligations were relatively steady from 2017 through 2021 at roughly $699.3 million to $1.01 billion annually, then increased above $1.03 billion in 2022 and remained above $1.27 billion in each subsequent year, reaching $1.44 billion in 2025. Award volume is more distributed than dollars, with annual counts generally ranging from about 1,486 to 1,868, suggesting a mix of moderate-value awards rather than reliance on a small number of very large actions.

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.