Federal Contractor

THUNDERCAT TECHNOLOGY, LLC Federal Contract Obligations (Last Year)

THUNDERCAT TECHNOLOGY, LLC (CAGE 50WM7, UEI UER4AJLUB8D5) obligated 1.01 billion across 1,835 federal award actions in the last full year.

THUNDERCAT TECHNOLOGY, LLC reported 1,835 award actions and 1.012948658 billion in total obligated spending during the last full year, with an average action value of 552,015.61. Most of the company’s obligation volume was under NAICS 541519, Other Computer Related Services, and the largest agency customer was the Department of Veterans Affairs.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes FPDS award action data for the last full year and may reflect modifications, deobligations, and other changes across actions.

CAGE Code
50WM7
UEI
UER4AJLUB8D5
Total Obligated
1.01 billion
1,012,948,658.34
Award Actions
1,835
Average Action Value
552,015.61

About THUNDERCAT TECHNOLOGY, LLC federal contract activity

THUNDERCAT TECHNOLOGY, LLC (CAGE 50WM7, UEI UER4AJLUB8D5) recorded 1.01 billion in obligated awards across 1,835 actions in the last full year, for an average award value of 552,015.61. The volume and dollar concentration indicate a large, active federal contracting profile with substantial recurring award activity.

Agency mix and customer concentration

Obligations were led by the Department of Veterans Affairs at 257.59 million across 184 awards, followed by the Department of State at 129.56 million across 245 awards and the Federal Bureau of Investigation at 84.56 million across 143 awards. DISA and NASA also ranked among the top buyers, showing that the vendor’s federal activity spans civilian, law enforcement, defense, and space agencies rather than a single department.

Industry profile based on NAICS activity

The vendor’s base is heavily concentrated in NAICS 541519, Other Computer Related Services, which accounts for 986.47 million and 1,733 awards. Secondary NAICS codes contribute materially less, with 423430 at 20.63 million and smaller amounts in software, search/navigation instrumentation, and web/information services, indicating a primarily IT services portfolio with limited diversification.

Annual contract trend over the analysis window

The provided annual trend shows all reported activity in 2025, with 1.01 billion obligated across 1,835 awards. Because only one year is available in the analysis window, the data supports a point-in-time view of scale and mix but does not permit a multi-year growth assessment.

How to interpret this page

This summary is based on FPDS obligations associated with THUNDERCAT TECHNOLOGY, LLC over the last full year, using the supplied CAGE code and UEI for vendor identification. Agency and NAICS rankings are ordered by total obligated dollars, and award counts and average award value are reported as provided without additional inference.

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 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
3600 VETERANS AFFAIRS, DEPARTMENT OF 257,592,615.89 257.59 million 184
1900 STATE, DEPARTMENT OF 129,561,278.59 129.56 million 245
1549 FEDERAL BUREAU OF INVESTIGATION 84,563,503.52 84.56 million 143
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 62,391,585.77 62.39 million 57
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 55,232,707.70 55.23 million 100
7001 OFFICE OF PROCUREMENT OPERATIONS 44,973,152.65 44.97 million 21
1301 OFFICE OF THE SECRETARY 42,875,602.31 42.88 million 130
8900 ENERGY, DEPARTMENT OF 34,568,514.14 34.57 million 60
7014 U.S. CUSTOMS AND BORDER PROTECTION 29,882,319.76 29.88 million 20
1501 OFFICES, BOARDS AND DIVISIONS 28,069,389.11 28.07 million 63

Insight

Over the last full year, THUNDERCAT TECHNOLOGY, LLC obligated 1.01 billion across 1,835 awards, with spending concentrated in a small number of agencies. The Department of Veterans Affairs is the largest customer at 257.59 million, followed by the Department of State at 129.56 million and the FBI at 84.56 million, indicating a heavy share of obligations is centered in civilian mission areas. The remaining listed agencies each account for materially smaller shares, with obligations ranging from 28.07 million to 62.39 million, suggesting a broad but secondary distribution beyond the top three.

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 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
541519 OTHER COMPUTER RELATED SERVICES 986,474,091.97 986.47 million 1,733
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 20,629,167.88 20.63 million 18
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 1,546,166.09 1.55 million 17
511210 SOFTWARE PUBLISHERS 1,409,162.32 1.41 million 12
519290 WEB SEARCH PORTALS AND ALL OTHER INFORMATION SERVICES 1,246,549.83 1.25 million 8
335999 ALL OTHER MISCELLANEOUS ELECTRICAL EQUIPMENT AND COMPONENT MANUFACTURING 226,087.98 226.09 thousand 2
334112 COMPUTER STORAGE DEVICE MANUFACTURING 221,190.27 221.19 thousand 1
334111 ELECTRONIC COMPUTER MANUFACTURING 207,977.15 207.98 thousand 3
423450 MEDICAL, DENTAL, AND HOSPITAL EQUIPMENT AND SUPPLIES MERCHANT WHOLESALERS 149,004.16 149.00 thousand 13
513210 SOFTWARE PUBLISHERS 127,819.30 127.82 thousand 4

Insight

THUNDERCAT TECHNOLOGY, LLC’s obligations in the last full year were highly concentrated in NAICS 541519, which accounted for 986.47 million of 1.01 billion obligated, or roughly 97 percent of total obligations, across 1,733 awards. The next largest NAICS, 423430, was a distant second at 20.63 million across 18 awards, while all remaining NAICS codes each represented 1.55 million or less. This pattern indicates a strong core of computer-related services activity with limited distribution across secondary product and software categories.

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 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,012,948,658.34 1.01 billion 1,835

Insight

For the last full year, THUNDERCAT TECHNOLOGY, LLC (CAGE 50WM7) recorded $1.01 billion in obligated value across 1,835 awards, with an average award value of about $552.0 thousand. Because the available window contains only one annual data point, no year-over-year trend can be determined from this query. The volume of awards relative to total obligation indicates a moderately distributed award base rather than reliance on a small number of transactions.

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.