Federal Contractor

THUNDERCAT TECHNOLOGY, LLC Federal Contract Obligations (Last 5 Years)

Federal procurement profile for THUNDERCAT TECHNOLOGY, LLC (CAGE 50WM7, UEI UER4AJLUB8D5) covering obligations, agencies, NAICS, and yearly spending over the last 5 years.

THUNDERCAT TECHNOLOGY, LLC recorded 9,457 award actions and $3.93 billion in obligated federal spending over the last 5 years, for an average action value of $415,243.61. The vendor’s activity is concentrated in NAICS 541519, Other Computer Related Services, and is led by obligations from the Department of Veterans Affairs, the FBI, and the Department of State.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual totals rise from $560.37 million in 2021 to $1.01 billion in 2025, with 2024 and 2023 both above $836 million.

CAGE Code
50WM7
UEI
UER4AJLUB8D5
Total Obligated
3.93 billion
3,926,958,862.29
Award Actions
9,457
Average Action Value
415,243.61

About THUNDERCAT TECHNOLOGY, LLC federal contract activity

THUNDERCAT TECHNOLOGY, LLC (CAGE 50WM7, UEI UER4AJLUB8D5) recorded 9,457 FPDS-observed awards totaling 3.93 billion over the last 5 years, with an average award value of 415,243.61. The obligation base is heavily concentrated in computer-related services, indicating a large recurring services footprint rather than a broad distribution across product categories.

Agency mix and customer concentration

Award activity is led by the Department of Veterans Affairs at 634.73 million across 1,107 awards, followed by the Federal Bureau of Investigation at 524.50 million across 854 awards and the Department of State at 383.82 million across 1,074 awards. DISA and the Office of the Secretary also represent meaningful buyers, showing that the vendor is active across civilian and defense-adjacent agencies with substantial repeat procurement.

Industry profile based on NAICS activity

NAICS 541519, Other Computer Related Services, dominates the profile at 3.78 billion and 8,724 awards, accounting for nearly all observed obligation volume. The remaining NAICS mix is comparatively small and includes computer and software wholesale, software publishing, specialized systems manufacturing, and web/information services, which suggests supporting or adjacent technology work rather than a diversified industrial base.

Annual contract trend over the analysis window

Annual obligations increased from 560.37 million in 2021 to 677.81 million in 2022 and 836.40 million in 2023, remained elevated at 839.44 million in 2024, and then rose to 1.01 billion in 2025. Award counts stayed high throughout the period, peaking at 2,034 in 2024 before easing to 1,835 in 2025, indicating sustained procurement volume with a recent increase in dollar value per award.

How to interpret this page

This summary is based on FPDS Query obligations associated with CAGE 50WM7 and UEI UER4AJLUB8D5 over the last 5 years. Agency, NAICS, and annual figures reflect reported obligated amounts and award counts within that analysis window and are not adjusted for inflation, contract type, or performance status.

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 = '50WM7'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 634,730,351.65 634.73 million 1,107
1549 FEDERAL BUREAU OF INVESTIGATION 524,498,538.93 524.50 million 854
1900 STATE, DEPARTMENT OF 383,821,022.67 383.82 million 1,074
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 246,924,355.36 246.92 million 231
1301 OFFICE OF THE SECRETARY 211,930,010.37 211.93 million 772
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 168,223,337.79 168.22 million 389
7529 NATIONAL INSTITUTES OF HEALTH 163,273,009.23 163.27 million 370
7014 U.S. CUSTOMS AND BORDER PROTECTION 137,417,746.14 137.42 million 148
97AS DEFENSE LOGISTICS AGENCY 126,896,724.50 126.90 million 254
8900 ENERGY, DEPARTMENT OF 104,724,212.70 104.72 million 183

Insight

Over the last 5 years, THUNDERCAT TECHNOLOGY, LLC (CAGE 50WM7) received $3.93 billion across 9,457 awards, with a mean award value of $415.2 thousand. Obligations are concentrated in a small set of civilian and defense agencies: Veterans Affairs ($634.7 million), FBI ($524.5 million), and State ($383.8 million) together account for about 39% of total obligated dollars. DISA is notable for a comparatively smaller award count (231) but a high obligation level of $246.9 million, indicating larger-dollar transactions relative to several other top agencies.

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 = '50WM7'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
541519 OTHER COMPUTER RELATED SERVICES 3,781,081,886.48 3.78 billion 8,724
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 89,622,390.38 89.62 million 139
511210 SOFTWARE PUBLISHERS 20,491,867.68 20.49 million 138
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 9,010,044.34 9.01 million 77
519290 WEB SEARCH PORTALS AND ALL OTHER INFORMATION SERVICES 3,484,784.92 3.48 million 13
519130 INTERNET PUBLISHING AND BROADCASTING AND WEB SEARCH PORTALS 3,409,274.07 3.41 million 13
334111 ELECTRONIC COMPUTER MANUFACTURING 2,969,179.33 2.97 million 34
517911 TELECOMMUNICATIONS RESELLERS 1,632,089.99 1.63 million 9
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 1,456,323.60 1.46 million 28
611710 EDUCATIONAL SUPPORT SERVICES 1,344,220.78 1.34 million 15

Insight

Over the last 5 years, THUNDERCAT TECHNOLOGY, LLC’s obligations are highly concentrated in NAICS 541519, Other Computer Related Services, which accounts for $3.78 billion across 8,724 awards, or the vast majority of its $3.93 billion total. The next largest NAICS, 423430, Computer and Computer Peripheral Equipment and Software Merchant Wholesalers, is much smaller at $89.62 million, indicating a steep drop-off after the primary code. Remaining obligations are dispersed across several technology-related NAICS, each at relatively low levels, which suggests a broad but secondary diversification beyond the dominant service classification.

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 = '50WM7'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 1,012,948,658.34 1.01 billion 1,835
2024 839,438,020.03 839.44 million 2,034
2023 836,395,531.72 836.40 million 2,022
2022 677,806,445.86 677.81 million 1,864
2021 560,370,206.34 560.37 million 1,702

Insight

THUNDERCAT TECHNOLOGY, LLC (CAGE 50WM7) received $3.93 billion across 9,457 awards over the last 5 years, with an average award value of about $415.2K. Obligations increased each year from $560.37 million in 2021 to $1.01 billion in 2025, indicating sustained growth and a near-doubling over the period. Award counts also rose from 1,702 in 2021 to a peak of 2,034 in 2024, then declined slightly to 1,835 in 2025, suggesting higher annual obligation levels were not driven solely by award volume.

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