Federal Contractor

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

BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. recorded 1.44 billion in obligations across 1,495 award actions in the last full year.

The vendor’s work was concentrated with the Department of the Navy and the Department of the Air Force, which together accounted for most of the obligated dollars and award volume. Engineering services under NAICS 541330 was the largest category by value, followed by computer systems design services and aeronautical and nautical system manufacturing.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and may include multiple award actions across agencies and NAICS codes.

CAGE Code
99789
UEI
LX3BSV6NNW58
Total Obligated
1.44 billion
1,442,308,728.15
Award Actions
1,495
Average Action Value
964,755.00

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

BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. recorded $1.44 billion in FPDS-obligated value across 1,495 awards in the last full year, for an average award value of $964,755. The vendor’s federal business was concentrated in defense and emergency management work, with activity spread across a large number of smaller awards and a smaller set of high-value obligations.

Agency mix and customer concentration

The DEPT OF THE NAVY was the largest customer at $592.99 million across 756 awards, followed closely by the DEPT OF THE AIR FORCE at $557.29 million across 484 awards. The DEPT OF THE ARMY added $98.34 million, while FEMA and DLA contributed $66.37 million and $37.69 million, respectively, indicating a strongly defense-oriented agency mix with some civilian emergency response work.

Industry profile based on NAICS activity

Obligations were dominated by NAICS 541330, Engineering Services, which accounted for $1.03 billion across 855 awards. The next largest categories were 541512 Computer Systems Design Services at $165.43 million, 334511 Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing at $130.89 million, 541990 All Other Professional, Scientific, and Technical Services at $51.66 million, and 541519 Other Computer Related Services at $26.59 million.

Annual contract trend over the analysis window

The annual trend shows a single reported year, 2025, with total obligations of $1.44 billion across 1,495 awards. With only one year in the analysis window, this dataset supports a level snapshot rather than a multi-year growth or decline assessment.

How to interpret this page

This page summarizes FPDS obligations for BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. using the provided CAGE code 99789 and UEI LX3BSV6NNW58 over the last full year. Agency and NAICS concentrations are ranked by total obligated value, and award counts reflect the number of recorded FPDS awards in each segment.

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 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 592,990,909.90 592.99 million 756
5700 DEPT OF THE AIR FORCE 557,290,238.81 557.29 million 484
2100 DEPT OF THE ARMY 98,337,326.85 98.34 million 37
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 66,371,167.97 66.37 million 63
97AS DEFENSE LOGISTICS AGENCY 37,689,830.33 37.69 million 34
1549 FEDERAL BUREAU OF INVESTIGATION 31,449,098.53 31.45 million 27
1544 U.S. MARSHALS SERVICE 27,968,576.70 27.97 million 5
1501 OFFICES, BOARDS AND DIVISIONS 14,620,125.39 14.62 million 18
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 7,276,676.40 7.28 million 32
7001 OFFICE OF PROCUREMENT OPERATIONS 4,820,614.05 4.82 million 3

Insight

Over the last full year, BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. received 1.44 billion across 1,495 awards, with obligations highly concentrated in defense agencies. The Department of the Navy and Department of the Air Force together accounted for 1.15 billion, or about 80% of total obligations, across 1,240 awards. The Department of the Army added 98.34 million, while FEMA and other civilian and law enforcement agencies represented comparatively smaller portions of spend.

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 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
541330 ENGINEERING SERVICES 1,025,336,479.68 1.03 billion 855
541512 COMPUTER SYSTEMS DESIGN SERVICES 165,429,373.71 165.43 million 63
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 130,891,432.53 130.89 million 364
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 51,661,508.45 51.66 million 58
541519 OTHER COMPUTER RELATED SERVICES 26,587,387.38 26.59 million 74
336411 AIRCRAFT MANUFACTURING 18,780,835.81 18.78 million 19
511210 SOFTWARE PUBLISHERS 9,173,131.58 9.17 million 14
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 7,299,579.44 7.30 million 4
541350 BUILDING INSPECTION SERVICES 3,515,374.22 3.52 million 2
541219 OTHER ACCOUNTING SERVICES 3,515,003.00 3.52 million 1

Insight

BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. obligated $1.44 billion across 1,495 awards in the last full year, with spending concentrated in NAICS 541330 Engineering Services, which accounted for $1.03 billion and 855 awards. The next largest categories were 541512 Computer Systems Design Services at $165.43 million and 334511 Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing at $130.89 million, indicating a strong emphasis on technical engineering and systems work. Remaining obligations were distributed across several smaller NAICS, each materially below $52 million, suggesting a broad but secondary mix of support and specialty services.

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 1 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

Insight

In the last full year, BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. (CAGE 99789) obligated $1.44 billion across 1,495 awards, for an average award value of about $964.8 thousand. The activity is distributed across a relatively high award count, indicating broad obligation spread rather than reliance on a small number of awards. With only one year in the 1-year window, no year-over-year trend can be assessed from the provided 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.