.

© Photo: Christian Wahlgren, Pucksnackfoto

Sweden Adam Willig

#10 Skara IK / Division 3 - 23/24

Premium Features
Pronunciation Bookmark Add to Roster Compare Player Submit Photo Submit Transfer
Discover premium
freestar.config.enabled_slots.push({ placementName: "eliteprospects_leaderboard_atf", slotId: "eliteprospects_leaderboard_atf" });
freestar.config.enabled_slots.push({ placementName: "eliteprospects_right_rail", slotId: "eliteprospects_right_rail" });
Database: 1 089 230 players
Last added: Yegor Chepelev
EP Verified
Scoring Leaders
# Player GP G A TP
1. Brandon Hawkins 70 40 53 93
2. Patrick Curry 72 39 48 87
3. Erik Bradford 72 30 57 87
4. Alex Kile 67 37 46 83
5. Jack Dugan 70 20 60 80
Show More

Adam Willig Facts

Date of Birth
Position
C/LW
Age
31
Height
5'9" / 174 cm
Place of Birth
-
Weight
185 lbs / 84 kg
Nation
Shoots
L
Contract
-

Adam Willig Statistics

S Team League GP G A TP PIM +/-   POST GP G A TP PIM +/-
2008-09 Mariestad BoIS J18 J18 Elit 23* 7* 5* 12* 45* -* |
Mariestad BoIS J20 J20 Elit 6* 0* 0* 0* 12* -* |
2009-10 Mariestad BoIS J18 J18 Elit 29* 15* 16* 31* 48* -* | Playoffs 2 2 0 2 2 -
Mariestad BoIS J20 J20 Elit 28* 4* 5* 9* 20* -* | Qualification 2 0 0 0 0 -
2010-11 Mariestad BoIS J20 J20 Elit 26* 21* 22* 43* 38* -* |
Mariestad BoIS Division 1 1* 0* 0* 0* 2* 0* |
2011-12 Mariestad BoIS J20 J20 Elit 24* 11* 9* 20* 26* -7* |
Mariestad BoIS Division 1 32* 2* 3* 5* 22* -4* |
2012-13 Mariestad BoIS J20 J20 Elit 1* 1* 0* 1* 2* 1* |
Mariestad BoIS HockeyEttan 38* 1* 2* 3* 4* -11* |
Töreboda HF Division 2 1* 1* 0* 1* 4* -* |
2013-14 Kumla HC HockeyEttan 41* 7* 8* 15* 26* -15* |
2014-15 Mariestad BoIS HockeyEttan 36* 5* 6* 11* 22* 5* | Qualification 2 0 0 0 2 -1
2015-16 Mariestad BoIS HockeyEttan 35* 6* 9* 15* 26* -7* |
Grästorps IK HockeyEttan 0* 0* 0* 0* 0* 0* | Relegation 8 1 7 8 14 -
2016-17 Tranås AIF HockeyEttan 31* 6* 6* 12* 22* 4* | Qualification 4 0 0 0 4 0
2017-18 Grästorps IK HockeyEttan 31* 4* 18* 22* 32* -1* | Relegation 10 4 6 10 4 -
2018-19 Hanhals IF “A” HockeyEttan 39* 9* 20* 29* 51* 3* | Qualification 2 0 0 0 2 -1
2019-20 Hanhals IF “A” HockeyEttan 38* 4* 17* 21* 32* -11* |
Mariestad BoIS HockeyEttan 2* 0* 1* 1* 2* 1* | Qualification 4 0 0 0 2 -1
2020-21 Mariestad BoIS HockeyEttan 40* 8* 7* 15* 30* -1* | Qualification 12 1 2 3 2 -1
2021-22 Töreboda HF Division 2 33* 10* 18* 28* 43* -* | Relegation 10 5 6 11 31 -
2022-23 Skara IK Division 3 16* 11* 26* 37* 10* -* | Qualification 3 3 2 5 4 -
2023-24 Skara IK Division 3 8* 3* 10* 13* 12* -* |

Adam Willig Tournament Statistics

S Team League GP G A TP PIM +/-   POST GP G A TP PIM +/-
2008-09 Västergötland TV-Pucken 5* 0* 0* 0* 2* -* |
freestar.config.enabled_slots.push({ placementName: "eliteprospects_incontent_1", slotId: "eliteprospects_incontent_1" });

Adam Willig Game Log

Date Team Opp Score G A TP PIM +/- SOG PPG SHG TOI
HockeyEttan
2021-04-30T18:00:00+0200 Mariestad BoIS vs Nybro Vikings IF
2021-04-28T18:00:00+0200 Mariestad BoIS @ IF Troja-Ljungby
2021-04-26T18:00:00+0200 Mariestad BoIS @ Hudiksvalls HC
2021-04-24T16:00:00+0200 Mariestad BoIS vs Hudiksvalls HC
2021-04-22T18:00:00+0200 Mariestad BoIS vs IF Troja-Ljungby
2021-04-13T18:00:00+0200 Mariestad BoIS @ Nybro Vikings IF
2021-04-09T18:00:00+0200 Mariestad BoIS @ Bodens HF
2021-04-06T19:00:00+0200 Mariestad BoIS vs Bodens HF
2021-04-02T16:00:00+0200 Mariestad BoIS @ HC Dalen
2021-03-30T19:00:00+0200 Mariestad BoIS vs HC Dalen
$(function() { $('.daterange').daterangepicker({ 'linkedCalendars': false, 'showCustomRangeLabel': false, 'opens': 'center', 'drops': 'auto', 'locale': { 'cancelLabel': 'Clear' }, }, function (start, end, label) { let container = $('#game-logs'); $('input[name="from"]', container).val(start.format('YYYY-MM-DD')); $('input[name="to"]', container).val(end.format('YYYY-MM-DD')); changeGameLogsFilter(); }).on('cancel.daterangepicker', function(ev, picker) { let container = $('#game-logs'); $('input[name="from"]', container).val(''); $('input[name="to"]', container).val(''); changeGameLogsFilter(); }); $('.daterange-opener').click(function() { $('.daterange').click(); }); });
freestar.config.enabled_slots.push({ placementName: "eliteprospects_incontent_2", slotId: "eliteprospects_incontent_2" });

Adam Willig Career Totals

Team Years GP G A TP PPG PIM +/- | Years GP G A TP PPG PIM +/-
Grästorps IK 2 31* 4* 18* 22* 0.71* 32* -1* | 2 18 5 * 13 * 18 * 1.00 * 18 * - *
Hanhals IF 2 77* 13* 37* 50* 0.65* 83* -8* | 1 2 0 * 0 * 0 * 0.00 * 2 * -1 *
Kumla HC 1 41* 7* 8* 15* 0.37* 26* -15* | 0 * * * * * *
Mariestad BoIS 7 184* 22* 28* 50* 0.27* 108* -17* | 3 18 1 * 2 * 3 * 0.17 * 6 * -3 *
Mariestad BoIS J18 2 52* 22* 21* 43* 0.83* 93* -* | 1 2 2 * 0 * 2 * 1.00 * 2 * - *
Mariestad BoIS J20 5 85* 37* 36* 73* 0.86* 98* -6* | 1 2 0 * 0 * 0 * 0.00 * 0 * - *
Skara IK 2 24* 14* 36* 50* 2.08* 22* -* | 1 3 3 * 2 * 5 * 1.67 * 4 * - *
Tranås AIF 1 31* 6* 6* 12* 0.39* 22* 4* | 1 4 0 * 0 * 0 * 0.00 * 4 * 0 *
Töreboda HF 2 34* 11* 18* 29* 0.85* 47* -* | 1 10 5 * 6 * 11 * 1.10 * 31 * - *
Västergötland 1 5* 0* 0* 0* 0.00* 2* -* | 0 * * * * * *
* Some data is missing to provide a correct summary.

Adam Willig Career Highlights

Season
Awards by season
freestar.config.enabled_slots.push({ placementName: "eliteprospects_incontent_2", slotId: "eliteprospects_incontent_2" });

Adam Willig Connections

Transactions
DATE STATUS FROM TO SOURCE
07/30/2021
07/30/2021 Confirmed Mariestad BoIS Töreboda HF
04/18/2020
04/18/2020 Extension Mariestad BoIS Mariestad BoIS
02/15/2020
02/15/2020 Confirmed Hanhals IF Mariestad BoIS
06/11/2018
06/11/2018 Confirmed Grästorps IK Hanhals IF
04/23/2017
04/23/2017 Confirmed Tranås AIF Grästorps IK
04/29/2016
04/29/2016 Confirmed Mariestad BoIS Tranås AIF
02/15/2016
02/15/2016 Loan Mariestad BoIS Grästorps IK
04/23/2015
04/23/2015 Extension Mariestad BoIS Mariestad BoIS
08/24/2014
08/24/2014 Confirmed Kumla HC Mariestad BoIS
09/09/2013
09/09/2013 Confirmed Mariestad BoIS Kumla HC

Not Activated Sections

Endorsements
Videos
Fitness Results
Referrals
Education
Attachments
Contract & Eligibility
Preferred Equipment
Housing & Billeting
Expected Compensation & Benefits
Injury Records
Player Q&A
Are you Adam Willig?
Verify your profile to customize the page further. See example here.

Post a scouting report/trivia/player comment in English (visible here)

var playerCommentEndpoint = " https://www.eliteprospects.com/premiumApi/getPlayerCommentsAnon/15895/player "; var deletePlayerCommentEndpoint = " '' ";