Federal Contractor

TISTA SCIENCE AND TECHNOLOGY CORPORATION Federal Contract Obligations (Last 10 Years)

TISTA SCIENCE AND TECHNOLOGY CORPORATION is a federal vendor with 855 award actions and $1.86 billion obligated over the last 10 years.

TISTA SCIENCE AND TECHNOLOGY CORPORATION (CAGE 4A0N5, UEI L73LKJ1JCVM7) recorded $1,860,234,293.10 in obligations across 855 award actions in the last 10 years. Most of the value is concentrated in computer systems design services, with major spending from the Department of Veterans Affairs and the Centers for Medicare and Medicaid Services.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals, agency shares, NAICS categories, and annual trends are based on the provided 10-year FPDS analysis window.

CAGE Code
4A0N5
UEI
L73LKJ1JCVM7
Total Obligated
1.86 billion
1,860,234,293.10
Award Actions
855
Average Action Value
2,175,712.62

About TISTA SCIENCE AND TECHNOLOGY CORPORATION federal contract activity

TISTA SCIENCE AND TECHNOLOGY CORPORATION recorded 1.86 billion in FPDS obligations across 855 awards over the last 10 years, with an average award value of 2.18 million. Its federal business is concentrated in a relatively small number of large awards, indicating sustained participation in high-dollar service contracts rather than a broad, low-value award base.

Agency mix and customer concentration

The largest share of obligations came from the Department of Veterans Affairs at 874.62 million across 164 awards, followed closely by the Centers for Medicare and Medicaid Services at 668.05 million across 170 awards. The remaining top agencies, including IRS, NIH, and USDA Departmental Administration, are materially smaller, showing that the vendor’s portfolio is heavily concentrated in civilian health and administrative agencies.

Industry profile based on NAICS activity

Contracting activity is overwhelmingly centered on NAICS 541512, Computer Systems Design Services, which accounts for 1.76 billion and 619 awards. Secondary activity appears in adjacent IT and management categories such as 541513, 541519, 541511, and 541611, suggesting a core systems integration and support profile with some related consulting and operational services.

Annual contract trend over the analysis window

Obligations remained strong in the most recent years shown, rising from 286.97 million in 2021 to a peak of 290.23 million in 2022, then moderating to 261.08 million in 2023 and 210.48 million in 2024. Through 2025 to date, the vendor has recorded 135.51 million across 33 awards, which is lower than prior full-year totals but still consistent with ongoing federal engagement.

How to interpret this page

This summary is based on FPDS-observed obligations tied to the vendor’s CAGE code 4A0N5 and UEI L73LKJ1JCVM7 over the last 10 years. Agency, NAICS, and annual trend sections reflect obligated dollars and award counts in the provided dataset; no adjustments were made for inflation, indirect spend, or non-FPDS activity.

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 = '4A0N5'
        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
3600 VETERANS AFFAIRS, DEPARTMENT OF 874,618,338.49 874.62 million 164
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 668,045,019.23 668.05 million 170
2050 INTERNAL REVENUE SERVICE 94,918,457.46 94.92 million 131
7529 NATIONAL INSTITUTES OF HEALTH 65,923,063.02 65.92 million 81
1205 USDA, DEPARTMENTAL ADMINISTRATION 40,330,231.34 40.33 million 9
9100 EDUCATION, DEPARTMENT OF 32,432,176.54 32.43 million 67
97AS DEFENSE LOGISTICS AGENCY 21,430,106.06 21.43 million 59
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 14,855,124.30 14.86 million 19
12G2 FOOD SAFETY AND INSPECTION SERVICE 12,020,463.83 12.02 million 14
7009 U.S. SECRET SERVICE 10,365,655.67 10.37 million 7

Insight

Over the last 10 years, TISTA SCIENCE AND TECHNOLOGY CORPORATION’s obligations are highly concentrated in two agencies: the Department of Veterans Affairs ($874.62 million across 164 awards) and the Centers for Medicare and Medicaid Services ($668.05 million across 170 awards). Together, these two agencies account for about 83 percent of the vendor’s $1.86 billion in total obligations, indicating a strong dependence on health- and benefits-related federal work. The remaining obligations are distributed across smaller award volumes at agencies such as IRS, NIH, and USDA Departmental Administration, with no other agency exceeding $100 million.

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 = '4A0N5'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 1,763,258,910.91 1.76 billion 619
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 33,293,619.49 33.29 million 43
541519 OTHER COMPUTER RELATED SERVICES 31,698,805.87 31.70 million 110
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 19,090,094.21 19.09 million 17
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 10,638,655.52 10.64 million 49
519190 ALL OTHER INFORMATION SERVICES 1,956,146.74 1.96 million 6
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 298,274.65 298.27 thousand 6
541330 ENGINEERING SERVICES -214.29 -214.29 5

Insight

Over the last 10 years, TISTA Science and Technology Corporation’s obligations are highly concentrated in NAICS 541512, Computer Systems Design Services, which accounts for $1.76 billion across 619 awards, or the clear majority of the firm’s $1.86 billion total. The remaining obligations are distributed across a much smaller set of adjacent IT and management support codes, led by 541513 ($33.29 million), 541519 ($31.70 million), and 541511 ($19.09 million), with no other NAICS exceeding $11 million. This profile indicates a sustained reliance on systems design work, with limited diversification outside core information technology 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 = '4A0N5'
        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 135,513,198.59 135.51 million 33
2024 210,483,745.35 210.48 million 59
2023 261,078,581.70 261.08 million 66
2022 290,229,425.48 290.23 million 82
2021 286,970,490.41 286.97 million 93
2020 193,760,155.81 193.76 million 110
2019 195,902,549.83 195.90 million 125
2018 165,817,875.67 165.82 million 145
2017 112,515,434.57 112.52 million 127
2016 7,962,835.69 7.96 million 15

Insight

TISTA SCIENCE AND TECHNOLOGY CORPORATION obligated $1.86 billion across 855 awards over the last 10 years, with annual activity concentrated in the 2020–2023 period. Obligations rose from $7.96 million in 2016 to a high of $290.23 million in 2022, then remained elevated at $261.08 million in 2023 and $210.48 million in 2024 before declining to $135.51 million in 2025. Award counts generally increased through 2018–2020, peaking at 145 awards in 2018, then trended downward to 33 awards in 2025, indicating lower recent volume alongside reduced obligated dollars.

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.