Federal Contractor

MANTECH ADVANCED SYSTEMS INTERNATIONAL, INC. Federal Contract Obligations (Last Year)

Federal procurement profile for MANTECH ADVANCED SYSTEMS INTERNATIONAL, INC. covering last full year obligations, awards, agencies, and NAICS activity.

During the last full year, MANTECH ADVANCED SYSTEMS INTERNATIONAL, INC. (CAGE 5N741, UEI JY2BDT2K58Z6) recorded $985,274,052.61 in obligated value across 716 award actions, for an average action value of $1,376,081.07. The vendor’s obligations were led by the Federal Acquisition Service, the Department of the Navy, and the Department of the Air Force, with most activity concentrated in computer systems design and engineering services.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the provided analysis window and are based on readable obligation totals and award counts for the vendor record.

CAGE Code
5N741
UEI
JY2BDT2K58Z6
Total Obligated
985.27 million
985,274,052.61
Award Actions
716
Average Action Value
1,376,081.07

About MANTECH ADVANCED SYSTEMS INTERNATIONAL, INC. federal contract activity

MANTECH ADVANCED SYSTEMS INTERNATIONAL, INC. (CAGE 5N741, UEI JY2BDT2K58Z6) obligated $985.27 million across 716 awards in the last full year, for an average award value of $1.38 million. The award profile indicates a high-volume federal contractor with activity spread across multiple civilian and defense buyers.

Agency mix and customer concentration

Obligations were led by the Federal Acquisition Service at $474.20 million across 142 awards, accounting for roughly half of total obligations. The next largest buyers were the Department of the Navy ($148.63 million, 338 awards), the Department of the Air Force ($68.75 million, 86 awards), the Defense Health Agency ($62.43 million, 16 awards), and U.S. Customs and Border Protection ($59.57 million, 11 awards), showing a mix of consolidated procurement and smaller, agency-specific placements.

Industry profile based on NAICS activity

The contractor’s revenue base is concentrated in IT and engineering-related work. Computer Systems Design Services (NAICS 541512) led with $468.34 million, followed by Engineering Services (541330) at $225.48 million; transportation support activities (488999) added $156.44 million, while Other Computer Related Services (541519) and Custom Computer Programming Services (541511) contributed smaller but meaningful volumes.

Annual contract trend over the analysis window

The annual trend shows $985.27 million obligated in 2025, with 716 awards recorded in the analysis window. Because the dataset provided covers only this single full year, it supports a point-in-time view of scale rather than a multi-year growth assessment.

How to interpret this page

This summary is based on FPDS award records tied to CAGE 5N741 and UEI JY2BDT2K58Z6 for the last full year. Totals, counts, and averages are derived from obligated dollars and award counts in the provided dataset; agency and NAICS observations reflect the largest reported categories only.

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 = '5N741'
        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
4732 FEDERAL ACQUISITION SERVICE 474,199,711.64 474.20 million 142
1700 DEPT OF THE NAVY 148,627,935.79 148.63 million 338
5700 DEPT OF THE AIR FORCE 68,747,492.93 68.75 million 86
97DH DEFENSE HEALTH AGENCY (DHA) 62,431,312.37 62.43 million 16
7014 U.S. CUSTOMS AND BORDER PROTECTION 59,570,770.42 59.57 million 11
1549 FEDERAL BUREAU OF INVESTIGATION 44,763,675.73 44.76 million 16
1900 STATE, DEPARTMENT OF 44,471,342.11 44.47 million 18
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 26,230,449.10 26.23 million 10
1406 DEPARTMENTAL OFFICES 21,120,308.28 21.12 million 11
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 21,046,683.27 21.05 million 7

Insight

Over the last full year, MANTECH ADVANCED SYSTEMS INTERNATIONAL, INC. obligated $985.27 million across 716 awards, with funding concentrated in a small number of agencies. The Federal Acquisition Service accounted for the largest share at $474.20 million, or about 48% of total obligations, followed by the Department of the Navy at $148.63 million. The remaining top agencies each represented substantially smaller shares, indicating a broad but uneven distribution across civilian and defense customers.

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 = '5N741'
        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 468,336,327.75 468.34 million 160
541330 ENGINEERING SERVICES 225,479,637.50 225.48 million 385
488999 ALL OTHER SUPPORT ACTIVITIES FOR TRANSPORTATION 156,438,136.87 156.44 million 18
541519 OTHER COMPUTER RELATED SERVICES 44,360,724.66 44.36 million 24
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 35,402,262.41 35.40 million 33
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 29,502,097.24 29.50 million 31
541380 TESTING LABORATORIES AND SERVICES 11,695,130.00 11.70 million 2
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 8,282,536.89 8.28 million 25
513210 SOFTWARE PUBLISHERS 4,075,000.00 4.08 million 2
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 2,982,943.71 2.98 million 17

Insight

Over the last full year, MANTECH ADVANCED SYSTEMS INTERNATIONAL, INC. obligated $985.27 million across 716 awards, with spending concentrated in NAICS 541512, Computer Systems Design Services, at $468.34 million, or about 47.5% of total obligations. NAICS 541330, Engineering Services, was the second-largest category at $225.48 million across 385 awards, bringing the top two NAICS to roughly 70.4% of total obligated value. The remaining obligation is distributed across several smaller IT, technical consulting, transportation support, and R&D categories, indicating a broad but highly concentrated portfolio.

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 = '5N741'
        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 985,274,052.61 985.27 million 716

Insight

In the last full year, MANTECH ADVANCED SYSTEMS INTERNATIONAL, INC. (CAGE 5N741) received $985.27 million in obligated awards across 716 awards, for an average award value of about $1.38 million. With only one year of data in this window, the annual trend cannot be assessed for growth or decline, but the award volume indicates activity is distributed across a large number of actions rather than concentrated in a small set of awards. This pattern suggests broad procurement engagement within the period.

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.